annotate README @ 8:69a5dcf953df
default tip
routeflapper runs as root to read the log files
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Thu, 04 Sep 2014 08:57:50 -0700 |
parents |
48d06780cf77 |
children |
|
rev |
line source |
0
|
1 Try this:
|
|
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.
|
|
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
|