mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-08 01:28:05 +00:00
Update Googletest to v1.12.0
This commit is contained in:
14
README.md
14
README.md
@@ -415,9 +415,9 @@ $ sudo ldconfig
|
||||
#### Install [Glog](https://github.com/google/glog "Glog's Homepage"), a library that implements application-level logging:
|
||||
|
||||
```
|
||||
$ wget https://github.com/google/glog/archive/v0.5.0.tar.gz
|
||||
$ tar xvfz v0.5.0.tar.gz
|
||||
$ cd glog-0.5.0
|
||||
$ wget https://github.com/google/glog/archive/v0.6.0.tar.gz
|
||||
$ tar xvfz v0.6.0.tar.gz
|
||||
$ cd glog-0.6.0
|
||||
$ mkdir build && cd build
|
||||
$ cmake ..
|
||||
$ make
|
||||
@@ -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.11.0.zip
|
||||
$ unzip release-1.11.0.zip
|
||||
$ wget https://github.com/google/googletest/archive/release-1.12.0.zip
|
||||
$ unzip release-1.12.0.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.11.0
|
||||
export GTEST_DIR=/home/username/googletest-release-1.12.0
|
||||
```
|
||||
|
||||
changing `/home/username/googletest-release-1.11.0` by the actual path where you
|
||||
changing `/home/username/googletest-release-1.12.0` 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
|
||||
|
||||
Reference in New Issue
Block a user