FallingTower KAI   Installation manual

(C) 2000-2001 ROYALPANDA


Requires:
	XPM library
	'games' account. (It may exist in standard system)

Run under:
	FreeBSD 3.2
	FreeBSD 4.3

Following fonts are required on X :

-adobe-*-*-r-*-*-12-*-*-*-m-*-*-*
-adobe-*-*-r-*-*-20-*-*-*-*-*-*-*
-adobe-*-*-r-*-*-24-*-*-*-*-*-*-*


Installation:

A) If you can switch to root:

) Edit Makefile when you need.

)
	% make

A bunary file named 'xjumpx'.

) Switch to root,

	% make install


B) If you cannot switch to root:

1) Edit Makefile. RECORD_DIR must be changed.
	
   (In this example, RECORD_DIR = /home/hogehoge/xjumpx_record)

Edit other variable when you need.

2)
	% make

A bunary file named 'xjumpx'. Then,

    install binary file:
	% install -c -s -m 4755 xjumpx ~hogehoge/bin

    create record file directory:
	% mkdir ~hogehoge/xjumpx_record

You must be careful with:

	Record file directory is exist. (record file directory is specified
	with RECORD_DIR in Makefile. It is bult in binary file.)

	Owner of binary file is owner of record file directory.

	Set-UID bit of Binary file is active.
	(Binary file can access files in record file directory)

If binary file cannot access record file, Hi-score is not recorded.
