From 6fee6615aadfcfcc8e520c041ae4384c9c7c11f2 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 16:34:29 +0000
Subject: [PATCH] instructions for CMake

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index c4d30f2..c91daaf 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,10 @@ Full documentation at http://www.rapidmixapi.com/
 
 ## Testing   
 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
+
+mkdir build
+cd build
+cmake ..
+make
-- 
GitLab