Hi guys, On OSX 10.6.8 I did the following:
$ git clone git://code.ettus.com/ettus/uhd.git $ cd uhd $ mkdir build $ cd build $ cmake ../ $ make $ sudo make install $ cd.. $ git clone git://gnuradio.org/gnuradio $ cd gnuradio $ mkdir build $ cd build cmake ../ ... -- ###################################################### -- # Gnuradio enabled components -- ###################################################### -- * python-support -- * testing-support -- * volk -- * doxygen -- * gruel -- * gnuradio-core -- * gr-atsc -- * gr-audio -- * gr-digital -- * gr-noaa -- * gr-pager -- * gr-qtgui -- * gr-trellis -- * gr-uhd -- * gr-utils -- * gr-video-sdl -- * gr-vocoder -- -- ###################################################### -- # Gnuradio disabled components -- ###################################################### -- * gnuradio-companion -- * gr-comedi -- * gr-shd -- * gr-wxgui -- -- Using install prefix: /usr/local -- Building for version: v3.5.1-196-g4f0add17 / 3.5.2git -- Configuring done -- Generating done ... $ make $ sudo make install It seems that worked! :-) Best regards, Carles On Fri, Mar 2, 2012 at 3:45 PM, Michael Dickens <m...@alum.mit.edu> wrote: > On Mar 2, 2012, at 9:39 AM, Arturo Rinaldi wrote: >> can i build the master git branch on macos X 10.7.3 with cmake ? have i to >> satisfy the build pre-requisites with macports as usual ? > > Hi Arturo - I believe that if you use MacPorts to install the background > dependencies -- just do "sudo port install gnuradio", and then, hours later, > you can remove the installed GNU Radio / usrp ports, if any actually got > installed. You'll need to install CMake too, since the current GR ports > still use GNU Autotools. You should then be able to use CMake to build GNU > Radio from the GIT master on OSX 10.7.3. I'm still using 10.6.8, but I know > others who've used 10.7 and had success. Getting the dependencies to install > is the tricky part, as always :) Give it a whirl, good luck, and please do > let me/the list know if you have issues. - MLD > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio