Yann Weber 014d5ffb1f Changed headers of _ttail_file_(next|start)_line() | hace 7 años | |
---|---|---|
docs | hace 7 años | |
m4 | hace 7 años | |
src | hace 7 años | |
tests | hace 7 años | |
.gitignore | hace 7 años | |
AUTHORS | hace 7 años | |
COPYING | hace 7 años | |
ChangeLog | hace 7 años | |
INSTALL | hace 7 años | |
Makefile.am | hace 7 años | |
NEWS | hace 7 años | |
README | hace 7 años | |
bootstrap.sh | hace 7 años | |
configure.ac | hace 7 años |
Compilation
===========
#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check