Update README.md

This commit is contained in:
Pavel Kirienko 2014-09-19 02:53:30 +04:00
parent 66c70fc2d3
commit 9542acabeb

View File

@ -23,10 +23,10 @@ Prerequisites:
* CMake 2.8+
* Optional: static analysis tool for C++ - cppcheck
Building the debug version, running the unit tests and the static analyzer:
Building the debug version and running the unit tests:
```bash
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make # This may take a lot of time to build multiple versions and run all tests
make
```