OK gr-satellites finally installing to correct path, gnuradio-companion starting...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 20 Jun 2017 21:48:30 +0000 (21:48 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 20 Jun 2017 21:48:30 +0000 (21:48 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3230 01035d8c-6547-0410-b346-abe4f91aad63

misc/lilacsat1/README.txt
misc/lilacsat1/lilacsat1_setup.sh

index df5db693fa59dd5ea6ffe4e7283e2c70a63f1f69..e1c683c06d5c2be1b21c3d2a4909a4d88ab82d34 100644 (file)
@@ -64,15 +64,16 @@ TODO
 [X] rebuild instructions
 [X] link to gnuradio build instruction
 [ ] How to find and starta terminal (image)
+[ ] what path?
+    + lilacsat1/default/prefix too long?
 [ ] install emacs as well, in case we need an editor
 [ ] way to throttle GR UDP input for testing
     + pipe viewer: cat file | pv -L 512k | nc -u 192.168.x.x 5000
 [ ] HackRF test Tx
-
 [ ] way to disable telemetry uploads
     + maybe modify script?
 [ ] will it run fast enough on roadkill machines?
     [ ] play samples in real time from a HackRF
     [ ] real satellite pass
-[ ] Wenet style start/stp scripts
-[ ] heartbeat output to show all pcoresses running
+[ ] Wenet style start/stop scripts on Desktop
+[ ] heartbeat output to show all proceses running
index e68ce0473363396db87e9346fe5b394150288498..0cb7f1219f0d8ae7b497ec4449b87fe6462193d4 100644 (file)
@@ -40,15 +40,17 @@ sudo pybombs install gqrx
 git clone https://github.com/daniestevez/libfec.git
 cd libfec && ./configure && make && sudo make install && cd ..
 
-# DR 21 June - works up to here .......... but gr-satellites not 'make
-# installing' to the correct path
-
 # 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/
 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 ../ && make && cd ..
+cd gr-satellites && mkdir build_linux && cd build_linux
+cmake -DCMAKE_INSTALL_PREFIX=$PYBOMBS_PREFIX ..
+cd ..
 ./compile_hierarchical.sh
 
+# OK now ready to run everything, back to REAME.txt