annotate README @ 232:768ce0f23149

Added tag stable-6-0-22 for changeset 4d6bd04d93fa
author Carl Byington <carl@five-ten-sg.com>
date Fri, 08 May 2009 15:21:40 -0700
parents 92a5c866bdfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
203
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
1 Starting with an unpacked tarball, try this:
109
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
2
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
3 ./configure
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
4 make
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
5 su
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
6 make install
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
7 make chkconfig
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
8
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
9 The last step sets up the linux runlevels for this package and starts
9978e29c4d71 move to autoconf/automake/docbook
carl
parents:
diff changeset
10 the daemon.
203
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
11
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
12
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
13 Starting with a mercurial working directory, try this:
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
14
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
15 make -f *cvs
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
16 ./configure >/dev/null
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
17 (cd xml; make; make distclean)
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
18 make distcheck
92a5c866bdfa Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents: 109
diff changeset
19