1Njam
2
3Instalation instructions
4
5If you downloaded the Windows setup.exe just run it and follow the
6instructions. It's a good idea to first uninstall any existing
7instalation on Njam.
8
9If you downloaded the Windows or BeOS binary (zip file),
10just unpack to some directory and run njam executable.
11
12If you downloaded the Linux binary (tar.gz file), unpack to some
13directory and run ./njam. If you wish you can "install" it with:
14"make install" option. After that, you can run the game just by typing njam
15anywhere. You may have to check which version on SDL library you have and,
16if the game doesn't work, download the latest version.
17This version of Njam is compiled against SDL version 1.2.5.
18
19If the game runs too slow, try running it with "njam -h" or "njam -d".
20
21If you downloaded the source code, you must have the development versions of
22the following libraries installed:
23SDL
24SDL_image
25SDL_net
26SDL_mixer (optional)
27
28If you don't, you can get it at:
29http://www.libsdl.org
30
31
32For *nix/gcc Njam uses the configure script, so it's a regular:
33
34./configure
35make
36make install
37
38
39File makefile.b32 is makefile for Borland's Free C++ Compiler (BCC). Follow the
40instructions on www.libsdl.org website to create development environment
41for BCC, edit the makefile to fit your paths and run:
42make -f makefile.b32
43
44Other compilers aren't supported, but feel free to try: just compile all
45.cpp files and link. If your system is supported by SDL library,
46it should work. So far it is known to also work on FreeBSD and OpenBSD.
47
48If you have any questions, contact me at: mbabuskov@yahoo.com
49
50