Fixing missing step in Installation description

Signed-off-by: Ansgar Schmidt <ansgar.schmidt@gmx.net>
This commit is contained in:
Ansgar Schmidt 2018-11-30 12:11:43 +01:00 committed by Manolis Surligas
parent 40aaeece1c
commit a84d80ada6
1 changed files with 7 additions and 6 deletions

View File

@ -25,9 +25,10 @@ for decoding signals from various scientific and academic sattelites.
1. `git clone https://gitlab.com/librespacefoundation/satnogs/gr-satnogs.git`
2. `cd gr-satnogs`
3. `mkdir build`
4. `cmake ..`
5. `make`
6. `sudo make install`
4. `cd build`
5. `cmake ..`
6. `make`
7. `sudo make install`
If this is the first time you are building the gr-satnogs module run
`sudo ldconfig`