From: drowe67 Date: Sun, 25 Jun 2017 10:43:16 +0000 (+0000) Subject: re-enabled libfec X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=abf7bc096fe52fe5c94245fbf5e433d20486f015;p=freetel-svn-tracking.git re-enabled libfec git-svn-id: https://svn.code.sf.net/p/freetel/code@3250 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 53c13f92..d833f291 100755 --- a/misc/lilacsat1/3-build_gqrx_gr-satellites.sh +++ b/misc/lilacsat1/3-build_gqrx_gr-satellites.sh @@ -13,7 +13,7 @@ # of pybombs ~/prefix/default environment #git clone https://github.com/daniestevez/libfec.git -#cd libfec && ./configure && make && sudo make install && cd .. +cd libfec && ./configure && make && sudo make install && cd .. # Hopefully by now we have everything needed to compile gr-satellites # Note magic cmake command to set path that cost my 3 hours of my life