File: INSTALL

package info (click to toggle)
rocksndiamonds 4.2.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites:
  • size: 7,208 kB
  • sloc: ansic: 153,176; perl: 2,362; makefile: 566; sh: 15
file content (33 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
===============================================================================
Compiling and installing Rocks'n'Diamonds
===============================================================================

To compile the game, you need the SDL library (version 2). In addition, you
also need the libraries SDL_image, SDL_mixer (with optional support for MOD,
MP3 and MIDI music) and SDL_net.

Please install these libraries before building Rocks'n'Diamonds.


-------------------------------------------------------------------------------
Linux and other Unix systems (including Mac):
-------------------------------------------------------------------------------

Just run "make" to build the game.


-------------------------------------------------------------------------------
Windows with gcc or MinGW (native or cross-compiling)
-------------------------------------------------------------------------------

To build the game natively, just proceed as described above for Unix systems.

To cross-compile the game for Windows, run "cross-win32" or "cross-win64". You
probably have to adjust the path to the Windows cross-compiler defined in either
"CROSS_PATH_WIN32" or "CROSS_PATH_WIN64" in the top-level Makefile.


That's all!

If you have any comments, corrections or suggestions regarding the Makefiles,
please let me know at "info@artsoft.org". Thanks!