mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-14 14:53:18 +00:00
Update version of Google Test and Armadillo
This commit is contained in:
parent
a3460a7021
commit
cb3a9df7a0
14
README.md
14
README.md
@ -385,9 +385,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 https://sourceforge.net/projects/arma/files/armadillo-11.1.1.tar.xz
|
||||
$ tar xvfz armadillo-11.1.1.tar.xz
|
||||
$ cd armadillo-11.1.1
|
||||
$ wget https://sourceforge.net/projects/arma/files/armadillo-11.2.1.tar.xz
|
||||
$ tar xvfz armadillo-11.2.1.tar.xz
|
||||
$ cd armadillo-11.2.1
|
||||
$ cmake .
|
||||
$ make
|
||||
$ sudo make install
|
||||
@ -428,8 +428,8 @@ $ sudo ldconfig
|
||||
#### Download the [Google C++ Testing Framework](https://github.com/google/googletest "Googletest Homepage"), also known as Google Test:
|
||||
|
||||
```
|
||||
$ wget https://github.com/google/googletest/archive/release-1.12.0.zip
|
||||
$ unzip release-1.12.0.zip
|
||||
$ wget https://github.com/google/googletest/archive/release-1.12.1.zip
|
||||
$ unzip release-1.12.1.zip
|
||||
```
|
||||
|
||||
Please **DO NOT build or install** Google Test. Every user needs to compile
|
||||
@ -453,10 +453,10 @@ downloaded resides. Just type in your terminal (or add it to your
|
||||
`$HOME/.bashrc` file for a permanent solution) the following line:
|
||||
|
||||
```
|
||||
export GTEST_DIR=/home/username/googletest-release-1.12.0
|
||||
export GTEST_DIR=/home/username/googletest-release-1.12.1
|
||||
```
|
||||
|
||||
changing `/home/username/googletest-release-1.12.0` by the actual path where you
|
||||
changing `/home/username/googletest-release-1.12.1` by the actual path where you
|
||||
unpacked Google Test. If the CMake script does not find that folder, or the
|
||||
environment variable is not defined, or the source code is not installed by a
|
||||
package, then it will download a fresh copy of the Google Test source code and
|
||||
|
Loading…
x
Reference in New Issue
Block a user