From 44588aad7e4dd2f1cee8db656df93384def234d6 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 16 Dec 2020 11:03:50 +0100 Subject: [PATCH] Update macOS instructions, update Armadillo suggested version --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93e30ce6b..767f0b407 100644 --- a/README.md +++ b/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 zypper install lapack-devel blas-devel # For OpenSUSE $ sudo pacman -S blas lapack # For Arch Linux -$ wget http://sourceforge.net/projects/arma/files/armadillo-10.1.0.tar.xz -$ tar xvfz armadillo-10.1.0.tar.xz -$ cd armadillo-10.1.0 +$ wget http://sourceforge.net/projects/arma/files/armadillo-10.1.2.tar.xz +$ tar xvfz armadillo-10.1.2.tar.xz +$ cd armadillo-10.1.2 $ cmake . $ make $ sudo make install @@ -720,10 +720,12 @@ More details can be found in our tutorial about ## macOS 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 -Store (it's free). You will also need the Xcode Command Line Tools. Launch the -Terminal, found in /Applications/Utilities/, and type: +Store (it's free). You will also need the Xcode Command Line Tools, which do not +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