We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c563ab commit f1cba7aCopy full SHA for f1cba7a
c/README.md
@@ -0,0 +1,9 @@
1
+# How to use
2
+```
3
+mkdir build
4
+cd build
5
+cmake .. -G "MinGW Makefiles"
6
+make
7
8
+
9
+The bin will be find in ./bin/
0 commit comments