diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-12 17:50:57 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-12 17:50:57 +0200 |
commit | 696fcba2a019a011a9f6b5198c186b3221d52088 (patch) | |
tree | b62e8f85307294a3c521f5d309889cc425c77498 | |
parent | Merge pull request #1325 (diff) | |
parent | added cmd to compile gtest (diff) | |
download | monero-696fcba2a019a011a9f6b5198c186b3221d52088.tar.xz |
Merge pull request #1327
77e5bec added cmd to compile gtest (Gingeropolous)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |