@@ -0,0 +1,7 @@
+# Using in msys
+
+mkdir build
+cd build
+/c/Program\ Files/CMake/bin/cmake -G"Unix Makefiles" ..
+make -j8
+echo "Done"