From: darksidelemm Date: Sun, 25 Jun 2017 11:19:24 +0000 (+0000) Subject: Uncomment libfec git clone line X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=34ecb6298840def7f0296cb77f4894ca81800110;p=freetel-svn-tracking.git Uncomment libfec git clone line git-svn-id: https://svn.code.sf.net/p/freetel/code@3251 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/misc/lilacsat1/3-build_gqrx_gr-satellites.sh b/misc/lilacsat1/3-build_gqrx_gr-satellites.sh index d833f291..f2ce0dc4 100755 --- a/misc/lilacsat1/3-build_gqrx_gr-satellites.sh +++ b/misc/lilacsat1/3-build_gqrx_gr-satellites.sh @@ -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