Mercurial > wflogs-daemon
diff README @ 0:0aa1171aebd2 stable-1-0-0
initial version
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 15 May 2013 13:15:59 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed May 15 13:15:59 2013 -0700 @@ -0,0 +1,19 @@ +Try this: + + ./configure + make + su + make install + make chkconfig + +The last step sets up the linux runlevels for this package and starts +the daemon. + + +Starting with a mercurial working directory, try this: + + make -f *cvs + ./configure >/dev/null + (cd xml; make; make distclean) + make distcheck +