home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / Numpty_Physics / README.win32 < prev    next >
Text File  |  2008-05-22  |  751b  |  20 lines

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