From 24d9945e6b842e622ac4e1fe3939c475fb828b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Zbyszy=C5=84ski?= <m.zbyszynski@gold.ac.uk> Date: Mon, 20 Nov 2017 22:15:02 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69cd43b..cee7323 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Full documentation at http://www.rapidmixapi.com/ We are using Catch for C++ testing. Look at the test fixtures in the /tests/test_projetc/test_project.xcodeproj for an example of how to implement them. ## Building with CMake +Navigate to /RAPID-MIX_API and run this in a terminal: `mkdir build cd build -- GitLab