File: 00install

package info (click to toggle)
donkey 1.2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ansic: 884; python: 350; makefile: 79; sh: 29
file content (61 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (5)
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
50
51
52
53
54
55
56
57
58
59
60
61
			How to Install Donkey

			  Kazuhiko Yamamoto
		       kazu@is.aist-nara.ac.jp

			   October 2, 1995

(1) To create a working directory for each architecture, execute
"setup" shell script;

	% ./setup

This displays a message as follows;

	Set up obj/IRIX.5.2 ... 
	Done
	To make donkey for IRIX.5.2, type:
	       cd obj/IRIX.5.2
	       ./configure
	       make

<Note> If your OS doesn't have "uname", execute "setup" with an
arbitrary string. For example, on NeXT OS;

	% ./setup NeXT

(2) Change directory to the working directory created by setup.

	% cd obj/IRIX.5.2

(3) Type "./configure" to generate Makefile.

	% ./configure

(4) Check Makefile and change it if necessary. 
e.g. Delete -DHAVE_TERMIOS_H=1 on NeXT.
e.g. Add -Aa -D_INCLUDE_POSIX_SOURCE to CFLAGS on HP-UX 9.x or HI-UX/WE2

You should understand that the default hash function is MD4. If you
like MD5 as the default hash function, add "-DDefaultMD=MD5" to DEFS.

Then type "make".

	% make

Now "donkey" is produced.

(5) To install "donkey", type "make install" as root.

	% su
	# make install


<<Platform which I have tested donkey on>>

BSD/OS 2.0,	IRIX 5.x,	SunOS 4.1.x,	Solaris 2.4,
OSF/1 2.x, 3.x,	ULTRIX 4.x,	HP-UX 9.x,	HI-UX/WE2,
NeXT,		FreeBSD 2.x,	NEWS-OS 4.x, 6.x,


That's all.