diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2021-03-02 09:47:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 09:47:59 +0100 |
commit | 058939f672479873ad4c311f4f354da6eca3e435 (patch) | |
tree | 3a1550c8b8006e379b7be4a394f63f7a70bba5d4 /README.md | |
parent | 20b5f522ac6673b86e678f7edb94e31dae509e9c (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 |