Merge pull request #1327

77e5bec added cmd to compile gtest (Gingeropolous)
This commit is contained in:
Riccardo Spagni 2016-11-12 17:50:57 +02:00
commit 696fcba2a0
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -145,7 +145,7 @@ library archives (`.a`).
| Graphviz | any | NO | `graphviz` | `graphviz` | YES | documentation |
[^] 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