fixed single-step mode for mouse click events
[rocksndiamonds.git] / INSTALL
1 ===============================================================================
2 Compiling and installing Rocks'n'Diamonds
3 ===============================================================================
4
5 To compile the game, you need the SDL library (version 2). In addition, you
6 also need the libraries SDL_image, SDL_mixer (with optional support for MOD,
7 MP3 and MIDI music) and SDL_net.
8
9 Please install these libraries before building Rocks'n'Diamonds.
10
11
12 -------------------------------------------------------------------------------
13 Linux and other Unix systems (including Mac):
14 -------------------------------------------------------------------------------
15
16 Just run "make" to build the game.
17
18
19 -------------------------------------------------------------------------------
20 Windows with gcc or MinGW (native or cross-compiling)
21 -------------------------------------------------------------------------------
22
23 To build the game natively, just proceed as described above for Unix systems.
24
25 To cross-compile the game for Windows, run "cross-win32" or "cross-win64". You
26 probably have to adjust the path to the Windows cross-compiler defined in either
27 "CROSS_PATH_WIN32" or "CROSS_PATH_WIN64" in the top-level Makefile.
28
29
30 That's all!
31
32 If you have any comments, corrections or suggestions regarding the Makefiles,
33 please let me know at "info@artsoft.org". Thanks!