README update

This commit is contained in:
Yann Weber 2017-05-15 15:13:34 +02:00
commit ef1025bc0a

28
README
View file

@ -10,28 +10,30 @@ Instalation :
Dependencies :
--------------
From tarball :
--------------
doxygen (documentation & manpage generation)
check (unit test framework)
./configure
make
#run tests
make check
sudo make install
From git repo :
---------------
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
sudo make install
Installation :
--------------
#Warning : not tested
make install