aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacopograndi <48675416+jacopograndi@users.noreply.github.com>2021-03-02 09:47:59 +0100
committerGitHub <noreply@github.com>2021-03-02 09:47:59 +0100
commit058939f672479873ad4c311f4f354da6eca3e435 (patch)
tree3a1550c8b8006e379b7be4a394f63f7a70bba5d4
parent20b5f522ac6673b86e678f7edb94e31dae509e9c (diff)
Update 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