discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Minimal install of GNU Radio without GUI, etc pos


From: Jason McHuff
Subject: Re: [Discuss-gnuradio] Minimal install of GNU Radio without GUI, etc possible?
Date: Tue, 09 Aug 2016 01:21:23 -0700

Thank you for those, and I only had one out of the two files, but adding them didn't seem to help.  I instead commented out the line in the configure file and got it to build.

Then trunk-recorder had trouble finding stuff (I think boost and gnuradio-runtime).  I realized that things had been installed in my home directory (where I downloaded the recipes to and ran the pybombs commands from) instead of under the /usr/local prefix I had tried to select, and starting over doing everything in /usr/local solved that problem.

So i think this is everything that I've had to modify to get trunk-recorder to build without GUI stuff, UHD, hackrf, airspy or bladerf support:

-Install git when I got an "illegal add" error when trying to add a recipe file

-Do everything in /usr/local instead of from the home directory.

-in gnuradio.lwr under depends comment out uhd, wxpython, pygtk, pycairo, pyqt4, pyqwt5, apache-thrift

-in gr-osmosdr.lwr under depends comment out uhd, hackrf, bladerf, airspy

-install gnurado and gr-osmosdr instead of gnurado-default

-run libtoolize in src/libosmo-dsp/ when installing gr-osmosdr

-comment out line 11567 in src/libosmo-dsp/configure

-edit trunk-recorder/CMakeLists.txt to remove UHD references

-edit source.h, main.cc and source.cc in trunk-recorder/ to remove references to UHD and USRP as failure points were reached.

I'm going to wait until tomorrow to configure it and see if it actually works.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]