ttail/README
2017-03-05 03:59:54 +01:00

9 lines
157 B
Text

Compilation
===========
#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check