aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2234928..83d5298 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
-# hello
+# :o
-in order to compile
-* have the sdl2 library at C:\MinGW_libs\include
-* have the pylibsys library at C:\MinGW_libs\include
-* have .a files in C:\MinGW_libs\libs
+in order to compile in windows
+* have cmake
+* have mingw32 (from the 64 bit version)
+* have the sdl2 includes at C:/MinGW_libs/include/SDL2
+* have the plibsys includes at C:/MinGW_libs/include/plibsys
+* have lib files at C:/MinGW_libs/libs
-run lcb (link compile build), build will be in build folder
+run cmake -G "MinGW Makefiles"
+run mingw32-make