From 77e5bec0ab0d871d70751d61af25c7b2bc3e4b03 Mon Sep 17 00:00:00 2001 From: Gingeropolous Date: Fri, 11 Nov 2016 23:50:24 -0500 Subject: [PATCH] added cmd to compile gtest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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