aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-12 17:50:57 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-12 17:50:57 +0200
commit696fcba2a019a011a9f6b5198c186b3221d52088 (patch)
treeb62e8f85307294a3c521f5d309889cc425c77498
parentfd4342097ab927851bb002327b305c75d7041532 (diff)
parent77e5bec0ab0d871d70751d61af25c7b2bc3e4b03 (diff)
downloadmonzero-core-696fcba2a019a011a9f6b5198c186b3221d52088.tar.gz
monzero-core-696fcba2a019a011a9f6b5198c186b3221d52088.tar.xz
monzero-core-696fcba2a019a011a9f6b5198c186b3221d52088.zip
Merge pull request #1327
77e5bec added cmd to compile gtest (Gingeropolous)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a26ed07fc..321c9c3da 100644
--- a/README.md
+++ b/README.md
@@ -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