44 lines
683 B
Text
44 lines
683 B
Text
ttail - timed tail for logfiles
|
|
|
|
Display loglines given a minimum date and/or a maximum date.
|
|
|
|
More info : man docs/man/man1/ttail.1
|
|
|
|
Instalation :
|
|
=============
|
|
|
|
Dependencies :
|
|
--------------
|
|
|
|
doxygen (documentation & manpage generation)
|
|
check (unit test framework)
|
|
|
|
Cloning git repo :
|
|
------------------
|
|
|
|
git clone https://git.yannweb.net/yannweb/ttail.git
|
|
cd ttail
|
|
#run aclocal automake and autoconf
|
|
./bootstrap.sh
|
|
|
|
Compilation :
|
|
-------------
|
|
./configure
|
|
make
|
|
#Then you can found the executable in ./src/ttail
|
|
|
|
#run tests
|
|
make check
|
|
|
|
|
|
Installation :
|
|
--------------
|
|
|
|
#Warning : not tested
|
|
make install
|
|
|
|
Building a debian package :
|
|
---------------------------
|
|
|
|
debuild -b -uc -us
|
|
|