Uncomment libfec git clone line
authordarksidelemm <darksidelemm@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 25 Jun 2017 11:19:24 +0000 (11:19 +0000)
committerdarksidelemm <darksidelemm@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 25 Jun 2017 11:19:24 +0000 (11:19 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3251 01035d8c-6547-0410-b346-abe4f91aad63

misc/lilacsat1/3-build_gqrx_gr-satellites.sh

index d833f2911252de7690c7af4fe148d7f735a791d6..f2ce0dc4eead55299d3baecc0ef3fd9c32078599 100755 (executable)
@@ -12,7 +12,7 @@
 # Install libfec, which gr-satellites needs.  This is installed outside
 # of pybombs ~/prefix/default environment
 
-#git clone https://github.com/daniestevez/libfec.git
+git clone https://github.com/daniestevez/libfec.git
 cd libfec && ./configure && make && sudo make install && cd ..
 
 # Hopefully by now we have everything needed to compile gr-satellites