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
parentMerge pull request #1325 (diff)
parentadded cmd to compile gtest (diff)
downloadmonero-696fcba2a019a011a9f6b5198c186b3221d52088.tar.xz
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