-
Notifications
You must be signed in to change notification settings - Fork 14
Updating Radio_Astro Files
jmakous edited this page Jul 10, 2020
·
31 revisions
- From your home directory (
cd
), go to the gr-radio_astro folder:cd gr-radio_astro
- Type
git status
. Check the "On branch ..." statement at the top. You want to be in the gr38 branch. To get there, typegit checkout gr38
. - If a warning message shows up about local changes made that could overwrite files, type
git stash
. - Type
git status
to check that you are "On branch gr38". - Type
git pull
. - Change to the
build
directory. - Type
rm -rf *
. NOTE: Make sure you are in thebuild
directory before typingrm -rf *
! - Then run the following:
cmake ..
sudo make
sudo make install
- The update is complete.
- Open Gnuradio from the terminal window:
gnuradio-companion
- Close any previous version of
spectrometer_w_cal.grc
that might be open. - Open the new version of
spectrometer_w_cal.grc
from the folder/gr-radio_astro/examples/
- Run the program