Remove obsolete libnova dependency

This commit is contained in:
Manolis Surligas 2018-12-02 00:51:46 +02:00
parent 4bcd9c8aaa
commit 10f27c045e
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ for decoding signals from various scientific and academic sattelites.
**Optional** **Optional**
* gr-osmocom (for using the flowgraphs with real SDR hardware) * gr-osmocom (for using the flowgraphs with real SDR hardware)
* libnova (for building the debug blocks)
* libfec (it will automatically installed if not present) * libfec (it will automatically installed if not present)
#### Debian / Ubuntu #### Debian / Ubuntu
@ -35,7 +34,7 @@ make -j 8
sudo make install sudo make install
``` ```
### Installation ### Installation from source
1. `git clone https://gitlab.com/librespacefoundation/satnogs/gr-satnogs.git` 1. `git clone https://gitlab.com/librespacefoundation/satnogs/gr-satnogs.git`
2. `cd gr-satnogs` 2. `cd gr-satnogs`