Adding more install instructions

This commit is contained in:
Jani Hirvinen 2015-03-16 15:53:11 +07:00
parent c791f65ccd
commit 5694ea5508

View File

@ -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