From d7549d5ae2457d3da2d89821f2357754010c3481 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 24 Jun 2017 03:59:50 +0000 Subject: [PATCH] tweaked readme and packages git-svn-id: https://svn.code.sf.net/p/freetel/code@3245 01035d8c-6547-0410-b346-abe4f91aad63 --- misc/lilacsat1/1-install_packages.sh | 2 +- misc/lilacsat1/README.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/misc/lilacsat1/1-install_packages.sh b/misc/lilacsat1/1-install_packages.sh index 73343f0f..1d566e47 100755 --- a/misc/lilacsat1/1-install_packages.sh +++ b/misc/lilacsat1/1-install_packages.sh @@ -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) diff --git a/misc/lilacsat1/README.txt b/misc/lilacsat1/README.txt index 12a7169d..fdfb88b1 100644 --- a/misc/lilacsat1/README.txt +++ b/misc/lilacsat1/README.txt @@ -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 -- 2.25.1