I’ve installed GNU Radio with build-gnuradio script by Marcus L.,
Now, I have a question
If I wanted to update GNU Radio,
how should I do it?
- re-download the script and run again.
or
- remove installed GNU Radio and UHD in SOMEHOW and do procedure (1.)
For a Linux newbie, it is very confusing one.
–
Seokseong Jeon,PhD Candidate
Communication & Networks Lab
IT Convergence Engineering (ITCE), POSTECH, Korea
+82 10 8338 1229,gee.songsong at gmail . com
Hello,
I used to do the following and it seemed to work quite
well:
sudo make uninstall
make clean
git pull
./configure
make
make check
sudo make install
(I think the path is “~/username/gnuradio/” if you used
the script)
Regards
Sebastian
On Wed, 16 Nov 2011 20:53:19 +0900
Dear Sebastian,
Thank you very much
I’ll do that
2011/11/16 Sebastian D. [email protected]:
make check
I’ve installed GNU Radio with build-gnuradio script by Marcus L.,
For a Linux newbie, it is very confusing one.
Discuss-gnuradio Info Page
–
Seokseong Jeon,PhD Candidate
Communication & Networks Lab
IT Convergence Engineering (ITCE), POSTECH, Korea
+82 10 8338 1229,gee.songsong at gmail . com