Updated How to build for Linux (markdown)

Robert Schumacher 2016-07-13 12:38:55 -07:00
Родитель a9a17d749a
Коммит 48e5e67c17
1 изменённых файлов: 1 добавлений и 1 удалений

@ -34,7 +34,7 @@ make
You can build the Release version by specifying -DCMAKE_BUILD_TYPE=Release on the cmake line instead.
You can also build the static libraries instead of the shared libraries by adding -DBUILD_SHARED_LIBS=0 on the cmake line above.
5\. After building you can run the tests by executing the ./run_tests.sh script inside the "Binaries" folder:
5\. After building you can run the tests by executing the test_runner inside the "Binaries" folder:
```bash
cd Binaries