Mercurial > sm-archive
comparison README @ 17:8ebecad6530f stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 16:00:13 -0700 |
parents | 45c8592d5d13 |
children |
comparison
equal
deleted
inserted
replaced
16:e57053cd7d20 | 17:8ebecad6530f |
---|---|
1 $Id$ | |
2 | |
3 Try this: | 1 Try this: |
4 | 2 |
5 ./configure | 3 ./configure |
6 make | 4 make |
7 su | 5 su |
8 make install | 6 make install |
9 make chkconfig | 7 make chkconfig |
10 | 8 |
11 The last step sets up the linux runlevels for this package and starts | 9 The last step sets up the linux runlevels for this package and starts |
12 the daemon. | 10 the daemon. |
11 | |
12 | |
13 Starting with a mercurial working directory, try this: | |
14 | |
15 make -f *cvs | |
16 ./configure >/dev/null | |
17 (cd xml; make; make distclean) | |
18 make distcheck | |
19 |