Make Escape delete the previous stroke (again)
[numtypysics.git] / README.win32
blob5ac0077d3a1ccc873a5e3376ba1c882bb5b7a010
1 Win32 "port" by Thomas Perl <thpinfo.com>\r
2 =========================================\r
3 \r
4 You need MinGW32 and msys to compile this. You will also need\r
5 gcc-g++ from the mingw file release webpage and have your "make"\r
6 binary linked to "mingw32-make", because the default "make" will\r
7 not work and give you errors.\r
8 \r
9 You also need to install SDL and SDL_image development headers,\r
10 and copy the DLL files from the Win32 binary distributions for\r
11 SDL and SDL_image to this folder, so the "create-win32-dist.sh"\r
12 script can find them and copy them into the correct location.\r
14 Saved levels are placed in the "data" folder, and that's also\r
15 where you should put downloaded levels.\r
17 Upstream: http://numptyphysics.garage.maemo.org\r
18 Win32 port: http://thpinfo.com/2008/numptyphysics/\r