1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-16 01:59:58 +00:00

Adding Mac OS X 10.11 El Capitan to the list

This commit is contained in:
Carles Fernandez 2015-10-07 18:51:14 +02:00
parent b90e0790a4
commit 67b5dadf07

View File

@ -376,7 +376,7 @@ Using this option, all SIMD instructions are exclusively accessed via VOLK, whic
--------- ---------
### Mac OS X 10.9 (Mavericks) and 10.10 (Yosemite) ### Mac OS X 10.9 (Mavericks), 10.10 (Yosemite) and 10.11 (El Capitan)
If you still have not installed [Xcode](http://developer.apple.com/xcode/ "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: If you still have not installed [Xcode](http://developer.apple.com/xcode/ "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:
@ -419,9 +419,9 @@ $ sudo port select --set python python27
Finally, you are ready to clone the GNSS-SDR repository and build the software: Finally, you are ready to clone the GNSS-SDR repository and build the software:
~~~~~~ ~~~~~~
$ git clone git://github.com/gnss-sdr/gnss-sdr $ git clone https://github.com/gnss-sdr/gnss-sdr
$ cd gnss-sdr/build $ cd gnss-sdr/build
$ cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ../ $ cmake ../
$ make $ make
~~~~~~ ~~~~~~