From 34ecb6298840def7f0296cb77f4894ca81800110 Mon Sep 17 00:00:00 2001 From: darksidelemm Date: Sun, 25 Jun 2017 11:19:24 +0000 Subject: [PATCH] Uncomment libfec git clone line 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 | 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 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 -- 2.25.1