fixed a few bugs in script 3
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 24 Jun 2017 05:05:08 +0000 (05:05 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 24 Jun 2017 05:05:08 +0000 (05:05 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3246 01035d8c-6547-0410-b346-abe4f91aad63

misc/lilacsat1/3-build_gqrx_gr-satellites.sh

index 53298f5734434594d448d0a362a0dd16bbdbaeed..53c13f92f31303e6f9a178be68462de76e2921ca 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash -x
 #
 # 3-build_gqrx_gr-satellites.sh
 # LilacSat-1 Rx Setup for AREG Club Project
@@ -7,25 +7,26 @@
 
 # Install gqrx
 
-sudo pybombs install gqrx 
+#sudo pybombs install gqrx 
 
 # Install libfec, which gr-satellites needs.  This is installed outside
 # of pybombs ~/prefix/default environment
 
-git clone https://github.com/daniestevez/libfec.git
-cd libfec && ./configure && make && sudo make install && cd ..
+#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
 # Note magic cmake command to set path that cost my 3 hours of my life
 # that I want back
 
-cd prefix/default/
+cd ~/prefix/default/
 source setup_env.sh
 cd src
 git clone https://github.com/daniestevez/gr-satellites.git
 cd gr-satellites && mkdir build_linux && cd build_linux
 cmake -DCMAKE_INSTALL_PREFIX=$PYBOMBS_PREFIX ..
+make && make install
 cd ..
-./compile_hierarchical.sh
+#./compile_hierarchical.sh
 
 # OK now ready to run everything, back to REAME.txt