added cmd to compile gtest
This commit is contained in:
parent
6a2bb62827
commit
77e5bec0ab
|
@ -145,7 +145,7 @@ library archives (`.a`).
|
||||||
| Graphviz | any | NO | `graphviz` | `graphviz` | YES | documentation |
|
| Graphviz | any | NO | `graphviz` | `graphviz` | YES | documentation |
|
||||||
|
|
||||||
[^] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must
|
[^] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must
|
||||||
build the library binary manually.
|
build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ```
|
||||||
|
|
||||||
### Build instructions
|
### Build instructions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue