File: INSTALL

package info (click to toggle)
njam 1.25-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,376 kB
  • sloc: cpp: 3,810; sh: 2,958; perl: 384; ansic: 236; objc: 224; makefile: 112
file content (49 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download | duplicates (8)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Njam

Instalation instructions

If you downloaded the Windows setup.exe just run it and follow the
instructions. It's a good idea to first uninstall any existing
instalation on Njam.

If you downloaded the Windows or BeOS binary (zip file),
just unpack to some directory and run njam executable.

If you downloaded the Linux binary (tar.gz file), unpack to some
directory and run ./njam. If you wish you can "install" it with:
"make install" option. After that, you can run the game just by typing njam
anywhere. You may have to check which version on SDL library you have and,
if the game doesn't work, download the latest version.
This version of Njam is compiled against SDL version 1.2.5.

If the game runs too slow, try running it with "njam -h" or "njam -d".

If you downloaded the source code, you must have the development versions of
the following libraries installed:
SDL
SDL_image
SDL_net
SDL_mixer (optional)

If you don't, you can get it at:
http://www.libsdl.org


For *nix/gcc Njam uses the configure script, so it's a regular:

./configure
make
make install


File makefile.b32 is makefile for Borland's Free C++ Compiler (BCC). Follow the
instructions on www.libsdl.org website to create development environment
for BCC, edit the makefile to fit your paths and run:
make -f makefile.b32

Other compilers aren't supported, but feel free to try: just compile all
.cpp files and link. If your system is supported by SDL library,
it should work. So far it is known to also work on FreeBSD and OpenBSD.

If you have any questions, contact me at: mbabuskov@yahoo.com