Skip to content

Updating Radio_Astro Files

jmakous edited this page Jul 10, 2020 · 31 revisions

Updating DSPIRA Files for Gnuradio 3.8

  1. From your home directory (cd ), go to the gr-radio_astro folder: cd gr-radio_astro
  2. Type git status. Check the "On branch ..." statement at the top. You want to be in the gr38 branch. To get there, type git checkout gr38.
  3. If a warning message about overwriting local changes shows up, type git stash.
  4. Type git status to check that you are "On branch gr38".
  5. Type git pull.
Clone this wiki locally