diff --git a/README.md b/README.md
index c4d30f2e420c49ad1a09c61cc0fa0e592a164216..c91daafceb81e8dd236c34415c0a6baa2126c1a5 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