From 810fc2c212772c2a87d852d1ad51bd30752b8e04 Mon Sep 17 00:00:00 2001 From: darksidelemm Date: Mon, 26 Jun 2017 09:36:08 +0000 Subject: [PATCH] Updated build scripts with some fixes and more OSX stuff git-svn-id: https://svn.code.sf.net/p/freetel/code@3256 01035d8c-6547-0410-b346-abe4f91aad63 --- misc/lilacsat1/3-build_gqrx_gr-satellites.sh | 3 +- misc/lilacsat1/README.osx | 34 +++++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/misc/lilacsat1/3-build_gqrx_gr-satellites.sh b/misc/lilacsat1/3-build_gqrx_gr-satellites.sh index babeb7d1..4c05bf99 100755 --- a/misc/lilacsat1/3-build_gqrx_gr-satellites.sh +++ b/misc/lilacsat1/3-build_gqrx_gr-satellites.sh @@ -27,6 +27,7 @@ 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 +cp ./apps/hierarchical/*.grc ~/.grc_gnuradio/ # OK now ready to run everything, back to REAME.txt diff --git a/misc/lilacsat1/README.osx b/misc/lilacsat1/README.osx index 53bc0d22..4d885f83 100644 --- a/misc/lilacsat1/README.osx +++ b/misc/lilacsat1/README.osx @@ -7,7 +7,14 @@ Installing Gnuradio ------------------- -You need the following packages from macports: +You need the following packages from macports (sudo port install ): +git +subversion +sox +feh +gpredict +cmake +py27-pip gnuradio-devel gqrx-devel @@ -15,6 +22,10 @@ Install them IN THAT ORDER, otherwise gqrx-devel will pull in a 'stable' version I had to wipe my macports folder and start from scratch to make things play nicely. +Install other packages we need +------------------------------ +sudo pip install construct + Making cmake play nicely with macports -------------------------------------- Add the following to your .profile file: @@ -24,3 +35,24 @@ alias cm_port='cmake -DPYTHON_EXECUTABLE=/opt/local/bin/python2.7 -DPYTHON_INCLU From now on, instead of using 'cmake ' when building a gnuradio out-of-tree module (i.e. gr-satellites), use cm_port i.e.: > cm_port ../ + + +Install codec2-dev +------------------- + + + +Install gr-satellites +--------------------- + +$ git clone https://github.com/daniestevez/gr-satellites.git +$ cd gr-satellites && mkdir build_linux && cd build_linux +$ cm_port .. +$ make +$ sudo make install +$ cd .. +$ ./compile_hierarchical.sh +$ cp ./apps/hierarchical/*.grc ~/.grc_gnuradio/ + + +More to come... \ No newline at end of file -- 2.25.1