-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall
More file actions
23 lines (13 loc) · 694 Bytes
/
Copy pathinstall
File metadata and controls
23 lines (13 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Only one file needs to be changed in the general case:
1- Makefile -- change TANKDIR to be the directoy in which the scorefile
and various data files are kept.
define GAMEDIR if you wish. check the CFLAGS options.
However, you can check to make sure that the options in
c_config.h are as you like them.
if you have imake, you can run xmkmf. Otherwise, you should copy
Makefile.orig to Makefile
type 'make' or 'make install'
Make sure the score file is either writeable or run this program suid.
The help file and message of the day should be world readable.
Report any problems/fixes to mummert+@cs.cmu.edu
Todd Mummert, January 1991