tweaked readme and packages
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 24 Jun 2017 03:59:50 +0000 (03:59 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 24 Jun 2017 03:59:50 +0000 (03:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3245 01035d8c-6547-0410-b346-abe4f91aad63

misc/lilacsat1/1-install_packages.sh
misc/lilacsat1/README.txt

index 73343f0f941eb112c0c4d682f34b852e9d82a951..1d566e472a8ff3a2d19b9035c30db1c302ec97f0 100755 (executable)
@@ -11,7 +11,7 @@ lsb_release -a
 
 # List of packages suggested by gnuradio install instructions
 
-sudo apt-get -y install git swig cmake doxygen build-essential libboost-all-dev libtool libusb-1.0-0 libusb-1.0-0-dev libudev-dev libncurses5-dev libfftw3-bin libfftw3-dev libfftw3-doc libcppunit-1.13-0v5 libcppunit-dev libcppunit-doc ncurses-bin cpufrequtils python-numpy python-numpy-doc python-numpy-dbg python-scipy python-docutils qt4-bin-dbg qt4-default qt4-doc libqt4-dev libqt4-dev-bin python-qt4 python-qt4-dbg python-qt4-dev python-qt4-doc python-qt4-doc libqwt6abi1 libfftw3-bin libfftw3-dev libfftw3-doc ncurses-bin libncurses5 libncurses5-dev libncurses5-dbg libfontconfig1-dev libxrender-dev libpulse-dev swig g++ automake autoconf libtool python-dev libfftw3-dev libcppunit-dev libboost-all-dev libusb-dev libusb-1.0-0-dev fort77 libsdl1.2-dev python-wxgtk3.0 git-core libqt4-dev python-numpy ccache python-opengl libgsl-dev python-cheetah python-mako python-lxml doxygen qt4-default qt4-dev-tools libusb-1.0-0-dev libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools python-qwt5-qt4 cmake git-core wget libxi-dev gtk2-engines-pixbuf r-base-dev python-tk liborc-0.4-0 liborc-0.4-dev libasound2-dev python-gtk2 libzmq-dev libzmq1 python-requests python-sphinx libcomedi-dev python-zmq netcat sox
+sudo apt-get -y install git swig cmake doxygen build-essential libboost-all-dev libtool libusb-1.0-0 libusb-1.0-0-dev libudev-dev libncurses5-dev libfftw3-bin libfftw3-dev libfftw3-doc libcppunit-1.13-0v5 libcppunit-dev libcppunit-doc ncurses-bin cpufrequtils python-numpy python-numpy-doc python-numpy-dbg python-scipy python-docutils qt4-bin-dbg qt4-default qt4-doc libqt4-dev libqt4-dev-bin python-qt4 python-qt4-dbg python-qt4-dev python-qt4-doc python-qt4-doc libqwt6abi1 libfftw3-bin libfftw3-dev libfftw3-doc ncurses-bin libncurses5 libncurses5-dev libncurses5-dbg libfontconfig1-dev libxrender-dev libpulse-dev swig g++ automake autoconf libtool python-dev libfftw3-dev libcppunit-dev libboost-all-dev libusb-dev libusb-1.0-0-dev fort77 libsdl1.2-dev python-wxgtk3.0 git-core libqt4-dev python-numpy ccache python-opengl libgsl-dev python-cheetah python-mako python-lxml doxygen qt4-default qt4-dev-tools libusb-1.0-0-dev libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools python-qwt5-qt4 cmake git-core wget libxi-dev gtk2-engines-pixbuf r-base-dev python-tk liborc-0.4-0 liborc-0.4-dev libasound2-dev python-gtk2 libzmq-dev libzmq1 python-requests python-sphinx libcomedi-dev python-zmq netcat sox emacs24
 
 # Add gpredict-daily PPA and install (we want the latest version)
 
index 12a7169d97f7b6a1ad248edd385518662ce65cec..fdfb88b1dc5657fa892a7688fdee79f1374c0e15 100644 (file)
@@ -32,18 +32,18 @@ Running
 
 2/ In a new Terminal start GNU Radio LilacSat-1 application running
 
-   $ cd lilacsat1/prefix/default
+   $ cd ~/prefix/default
    $ source setup_ev.sh
    $ gnuradio-companion
  
-   + File-Open navigate to src/gr-satellites/apps/lilacsat1.grc
+   + File-Open navigate to ~/prefix/default/src/gr-satellites/apps/lilacsat1.grc
    + Manually disable any missing blocks (right click - disable)
    + Click on Green Button, new terminal should start
    + see also lilacsat1/screenshots for other options
 
 3/ In a new Terminal start gqrx
 
-   $ cd lilacsat1/prefix/default
+   $ cd ~/prefix/default
    $ source setup_ev.sh
    $ gqrx
 
@@ -79,17 +79,17 @@ Build/Test Tips
 1/ If the GNU Radio build fails, (e.g. due to a missing package, or
    legacy package) you can restart it from the beginning with:
 
-  $ cd prefix/default
+  $ cd ~/prefix/default
   $ pybombs rebuild
 
 2/ Test the GNU Radio build by checking that gnuradio-companion starts:
 
-  $ source prefix/default/setup_env.sh
+  $ source ~/prefix/default/setup_env.sh
   $ gnuradio-companion
 
 3/ Test gqrx build by starting it:
 
-  $ source prefix/default/setup_env.sh
+  $ source ~/prefix/default/setup_env.sh
   $ gqrx
 
 Links