From 5694ea55088582c9563be07c97bc0d0201e92809 Mon Sep 17 00:00:00 2001 From: Jani Hirvinen Date: Mon, 16 Mar 2015 15:53:11 +0700 Subject: [PATCH] Adding more install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d49680ef2460..c31f2b132c08 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ Prerequisites: * CMake 2.8+ * Optional: static analysis tool for C++ - cppcheck +Installring GTest libraries: +* [GTest Install guide](http://stackoverflow.com/questions/13513905/how-to-properly-setup-googletest-on-linux) + +Install cppcheck +```bash +sudo apt-get install cppcheck +``` + Building the debug version and running the unit tests: ```bash mkdir build