mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 19:29:17 +00:00
Update macOS instructions, update Armadillo suggested version
This commit is contained in:
parent
8ffb379f30
commit
44588aad7e
14
README.md
14
README.md
@ -292,9 +292,9 @@ $ sudo apt-get install libblas-dev liblapack-dev # For Debian/Ubuntu/Linux
|
|||||||
$ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL
|
$ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL
|
||||||
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
|
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
|
||||||
$ sudo pacman -S blas lapack # For Arch Linux
|
$ sudo pacman -S blas lapack # For Arch Linux
|
||||||
$ wget http://sourceforge.net/projects/arma/files/armadillo-10.1.0.tar.xz
|
$ wget http://sourceforge.net/projects/arma/files/armadillo-10.1.2.tar.xz
|
||||||
$ tar xvfz armadillo-10.1.0.tar.xz
|
$ tar xvfz armadillo-10.1.2.tar.xz
|
||||||
$ cd armadillo-10.1.0
|
$ cd armadillo-10.1.2
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
@ -720,10 +720,12 @@ More details can be found in our tutorial about
|
|||||||
## <a name="macosx">macOS</a>
|
## <a name="macosx">macOS</a>
|
||||||
|
|
||||||
GNSS-SDR can be built on macOS (or the former Mac OS X), starting from 10.9
|
GNSS-SDR can be built on macOS (or the former Mac OS X), starting from 10.9
|
||||||
(Mavericks) and including 10.15 (Catalina). If you still have not installed
|
(Mavericks) and including 11 (Big Sur). If you still have not installed
|
||||||
[Xcode](https://developer.apple.com/xcode/ "Xcode"), do it now from the App
|
[Xcode](https://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
|
Store (it's free). You will also need the Xcode Command Line Tools, which do not
|
||||||
Terminal, found in /Applications/Utilities/, and type:
|
come by default in macOS versions older than Big Sur. If you are using an older
|
||||||
|
version, please launch the Terminal, found in /Applications/Utilities/, and
|
||||||
|
type:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ xcode-select --install
|
$ xcode-select --install
|
||||||
|
Loading…
Reference in New Issue
Block a user