From abf7bc096fe52fe5c94245fbf5e433d20486f015 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sun, 25 Jun 2017 10:43:16 +0000 Subject: [PATCH] re-enabled libfec git-svn-id: https://svn.code.sf.net/p/freetel/code@3250 01035d8c-6547-0410-b346-abe4f91aad63 --- misc/lilacsat1/3-build_gqrx_gr-satellites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1