From 48e5e67c17b6aa35c5eda9d08090b3ee1b29d4d3 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Wed, 13 Jul 2016 12:38:55 -0700 Subject: [PATCH] Updated How to build for Linux (markdown) --- How-to-build-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-build-for-Linux.md b/How-to-build-for-Linux.md index c691ed8..47e8da8 100644 --- a/How-to-build-for-Linux.md +++ b/How-to-build-for-Linux.md @@ -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