Skip to content

Commit

Permalink
Merge pull request #17 from jpkh/master
Browse files Browse the repository at this point in the history
Adding more install instructions
  • Loading branch information
pavel-kirienko committed Mar 16, 2015
2 parents c791f65 + 5694ea5 commit fc7ba89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc7ba89

Please # to comment.