From 058939f672479873ad4c311f4f354da6eca3e435 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 2 Mar 2021 09:47:59 +0100 Subject: Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf