aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGingeropolous <Gingeropolous@users.noreply.github.com>2016-11-11 23:50:24 -0500
committerGitHub <noreply@github.com>2016-11-11 23:50:24 -0500
commit77e5bec0ab0d871d70751d61af25c7b2bc3e4b03 (patch)
treea086da86b8fa1f0c824eaeb5fc4e484430ee52ce
parentMerge pull request #1316 (diff)
downloadmonero-77e5bec0ab0d871d70751d61af25c7b2bc3e4b03.tar.xz
added cmd to compile gtest
-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