mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-13 14:23:11 +00:00
Gflags and Glog can now be installed via Macports in Mac OS X Mavericks
This commit is contained in:
parent
53b227a0c1
commit
d6d90fe4f4
21
README.md
21
README.md
@ -348,26 +348,7 @@ $ sudo port upgrade outdated
|
||||
$ sudo port install doxygen +latex
|
||||
$ sudo port install uhd gnuradio
|
||||
$ sudo port install armadillo
|
||||
~~~~~~
|
||||
|
||||
Install [Gflags](http://code.google.com/p/gflags/ "Gflags' Homepage") manually from the trunk:
|
||||
|
||||
~~~~~~
|
||||
$ svn checkout http://gflags.googlecode.com/svn/trunk gflags-trunk
|
||||
$ cd gflags-trunk
|
||||
$ CXXFLAGS="-stdlib=libc++" CC=clang CXX=clang++ ./configure
|
||||
$ make
|
||||
$ sudo make install
|
||||
~~~~~~
|
||||
|
||||
Install [Glog](http://code.google.com/p/google-glog/ "Glog's Homepage") manually from the subversion repository. Revision 142 is known to work well:
|
||||
|
||||
~~~~~~
|
||||
$ svn checkout -r142 http://google-glog.googlecode.com/svn/trunk/ google-glog
|
||||
$ cd google-glog
|
||||
$ CXXFLAGS="-stdlib=libc++" CC=clang CXX=clang++ ./configure
|
||||
$ make
|
||||
$ sudo make install
|
||||
$ sudo port install google-glog +gflags
|
||||
~~~~~~
|
||||
|
||||
Finally, you are ready to clone the GNSS-SDR repository and build the software:
|
||||
|
Loading…
x
Reference in New Issue
Block a user