OSDN Git Service

日本語版
[nazghul-jp/nazghul-jp.git] / INSTALL
1 BUILDING AND INSTALLING
2
3 Nazghul requires the following libraries:
4
5         SDL-1.2............http://www.libsdl.org
6         libSDL_image-1.2...http://www.libsdl.org/projects/SDL_image/
7         libSDL_image-1.2...http://www.libsdl.org/projects/SDL_mixer/
8         libpng.............http://www.libpng.org/pub/png/libpng.html
9         zlib
10         
11 UNIXy systems
12
13 The libraries should be available as packages for most systems- you will
14 need dev versions of the packages, eg SDL_dev-1.2.deb
15
16 To compile and install nazghul from a tarball:
17
18         $ ./configure
19         $ make
20         $ make install
21     
22 (If you don't want to install as root then use the --prefix option with
23 configure. E.g., ./configure --prefix=$HOME)
24
25 To compile and install from a CVS checkout rather than a milestone
26 tarball:
27
28         $ ./autogen.sh
29         $ make
30         $ make install
31         
32 The --prefix option may be applied to autogen in the same manner as
33 configure.
34
35 STARTING THE GAME
36
37 To run haxima, the game that comes packaged with the engine:
38
39         $ haxima.sh
40
41 WIN32
42
43 The prebuilt installers should simply be a case of download and click.
44
45 Setting up a compilation environment and libraries for a cvs build can
46 be more tricky: Detailed instuctions are available in win32/readme.txt
47
48
49 TROUBLESHOOTING
50
51 Try one of the following resources:
52
53         http://myweb.cableone.net/gmcnutt/faq.html
54         nazghul-users@lists.sourceforge.net