Mercurial > dnsbl
annotate README @ 275:f3b003554a19
Added tag stable-6-0-36 for changeset bdcf203e3f7b
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 09 Sep 2013 21:27:39 -0700 |
parents | 92a5c866bdfa |
children |
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 | 2 |
3 ./configure | |
4 make | |
5 su | |
6 make install | |
7 make chkconfig | |
8 | |
9 The last step sets up the linux runlevels for this package and starts | |
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 |