repo.or.cz
/
revinetd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing a compilation issue, wherein two global vars, conf and chan, were defined...
[revinetd.git]
/
INSTALL
blob
b297c163f09ed94968a899a5e83d40003ab0e95b
1
Right now there is only one binary: revinetd
2
3
run ./configure
4
make
5
su
6
make install
7
8
to clean it up:
9
10
make clean
11
12
or
13
14
make distclean