annotate README @ 427:9911e362b5dc

Added tag stable-6-0-60 for changeset beda588f2881
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Aug 2017 09:59:22 -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