mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-06 22:04:07 +00:00
Improving info on first steps on Mac OS
This commit is contained in:
parent
3d21f11e06
commit
550c5a3198
14
README.md
14
README.md
@ -316,7 +316,17 @@ Tested versions: 10.8 (Mountain Lion) and 10.9 (Mavericks).
|
|||||||
|
|
||||||
### Mac OS X 10.9 Mavericks
|
### Mac OS X 10.9 Mavericks
|
||||||
|
|
||||||
If you still have not installed [Xcode](http://developer.apple.com/xcode/), do it now from the App Store (it's free).
|
If you still have not installed [Xcode](http://developer.apple.com/xcode/), do it now from the App Store (it's free). You will also need the Xcode Command Line Tools. Launch the Terminal, found in /Applications/Utilities/, and type:
|
||||||
|
|
||||||
|
~~~~~~
|
||||||
|
$ xcode-select --install
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
Agree to Xcode license:
|
||||||
|
|
||||||
|
~~~~~~
|
||||||
|
sudo xcodebuild -license
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
Then, [install Macports](http://www.macports.org/install.php). If you are upgrading from a previous installation, please follow the [migration rules](http://trac.macports.org/wiki/Migration).
|
Then, [install Macports](http://www.macports.org/install.php). If you are upgrading from a previous installation, please follow the [migration rules](http://trac.macports.org/wiki/Migration).
|
||||||
|
|
||||||
@ -326,7 +336,7 @@ In a terminal, type:
|
|||||||
$ sudo port selfupdate
|
$ sudo port selfupdate
|
||||||
$ sudo port upgrade outdated
|
$ sudo port upgrade outdated
|
||||||
$ sudo port install doxygen +latex
|
$ sudo port install doxygen +latex
|
||||||
$ sudo port install uhd gnuradio
|
$ sudo port install gnuradio
|
||||||
$ sudo port install armadillo
|
$ sudo port install armadillo
|
||||||
$ sudo port install google-glog +gflags
|
$ sudo port install google-glog +gflags
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user