mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 03:30:33 +00:00
How to build GNU Radio 3.5.2 and UHD in Mac OS X
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@182 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
8f49a21280
commit
572981888a
11
README
11
README
@ -148,21 +148,16 @@ $ make
|
||||
$ sudo make install
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$ sudo port install gnuradio-core
|
||||
|
||||
* Set some variables:
|
||||
|
||||
export DYLD_LIBRARY_PATH=/usr/local/lib
|
||||
export GNURADIO_ROOT= /path/to/gnuradio
|
||||
export GNURADIO_ROOT=/path/to/gnuradio
|
||||
|
||||
where /path/to/gnuradio is the root folder where the source code of GNU Radio is.
|
||||
where /path/to/gnuradio is the root folder where the source code of GNU Radio was downloaded.
|
||||
|
||||
In order to avoid defining these variables each time you enter a session, you may want to add these two lines to your $HOME/.bash_profile file.
|
||||
|
||||
* Create a symbolic link in order to be able to use the gnuradio-core library from /usr/local/lib
|
||||
* Create symbolic links in order to be able to use GNU Radio libraries from /usr/local/lib
|
||||
|
||||
$ sudo ln -s /usr/local/include/gnuradio /opt/local/include/gnuradio
|
||||
$ sudo ln -s /usr/local/lib/libgnuradio-uhd.dylib /opt/local/lib/libgnuradio-uhd.dylib
|
||||
|
Loading…
Reference in New Issue
Block a user