File: INSTALL

package info (click to toggle)
xbill 2.0-9
  • links: PTS
  • area: main
  • in suites: slink
  • size: 528 kB
  • ctags: 339
  • sloc: cpp: 1,803; makefile: 38; sh: 21
file content (25 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (4)
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
To install:
	edit Imakefile
	xmkmf -a
	make
	If you have root access:
		1) make install
		1) make installman
	If not:
		1) make -k install (and ignore the error)
		2) copy 'xbill' to somewhere in your path.
		2) copy xbill.man to somewhere in your manpath.

Notes:
 - libXpm is required.  If you don't have it, get it from any X ftp site.

 - If you're using GCC, you need 2.6.x or newer.  If not, I have no idea
   how current of a C++ compiler you need.

 - The game looks a bit better when compiled with Motif widgets, but may be
   easier to compile with Athena widgets.  In Imakefile, select one of these.

 - In Imakefile, select whether to install the images in a standard place or
   your home directory.

 - The game doesn't run too well over a slow network.  Sorry.