Subversion Repositories tendra.SVN

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 121
Line 39... Line 39...
39
on any decent Unix or Unix-like system:
39
on any decent Unix or Unix-like system:
40
 
40
 
41
ash,
41
ash,
42
awk,
42
awk,
43
sed
43
sed
44
Simon J. Gerraty's bmake [http://www.crufty.net/help/sjg/bmake.html]
-
 
45
Used version: http://www.crufty.net/ftp/pub/sjg/bmake-20060728.tar.gz
-
 
46
 
44
 
47
The main source archive can be extracted using:
45
The main source archive can be extracted using:
48
 
46
 
49
pax.bz2:	bzip2 -dc TenDRA-<version|date>.pax.bz2 | pax -rv
47
pax.bz2:	bzip2 -dc TenDRA-<version|date>.pax.bz2 | pax -rv
50
pax.gz:		gzip -dc TenDRA-<version|date>.pax.gz | pax -rv
48
pax.gz:		gzip -dc TenDRA-<version|date>.pax.gz | pax -rv
Line 61... Line 59...
61
public executables into /usr/local/bin, the private executables,
59
public executables into /usr/local/bin, the private executables,
62
libraries, configuration files etc. into /usr/local/lib/TenDRA, and
60
libraries, configuration files etc. into /usr/local/lib/TenDRA, and
63
the manual pages into /usr/local/man.  This location and other options  may
61
the manual pages into /usr/local/man.  This location and other options  may
64
be changed by passing along variables to the 'makedefs' script (which is
62
be changed by passing along variables to the 'makedefs' script (which is
65
fully commented).
63
fully commented).
-
 
64
 
-
 
65
Use this command to build:
-
 
66
 
-
 
67
	$ ./makedefs
-
 
68
	$ make
-
 
69
	$ make wrappers
-
 
70
 
-
 
71
The following are the old instructions from 5.0.0
-
 
72
 
66
For example:
73
For example:
67
 
74
 
68
	$ CC=gcc ./makedefs
75
	$ CC=gcc ./makedefs
69
 
76
 
70
will configure the build to use gcc as the compiler.  Follow this up with
77
will configure the build to use gcc as the compiler.  Follow this up with