|
@@ -10,28 +10,30 @@ Instalation :
|
10
|
10
|
Dependencies :
|
11
|
11
|
--------------
|
12
|
12
|
|
13
|
|
-From tarball :
|
14
|
|
---------------
|
15
|
|
-
|
16
|
|
-./configure
|
17
|
|
-make
|
18
|
|
-#run tests
|
19
|
|
-make check
|
20
|
|
-
|
21
|
|
-sudo make install
|
|
13
|
+doxygen (documentation & manpage generation)
|
|
14
|
+check (unit test framework)
|
22
|
15
|
|
23
|
|
-From git repo :
|
24
|
|
----------------
|
|
16
|
+Cloning git repo :
|
|
17
|
+------------------
|
25
|
18
|
|
26
|
19
|
git clone https://git.yannweb.net/yannweb/ttail.git
|
27
|
20
|
cd ttail
|
28
|
|
-
|
29
|
21
|
#run aclocal automake and autoconf
|
30
|
22
|
./bootstrap.sh
|
31
|
23
|
|
|
24
|
+Compilation :
|
|
25
|
+-------------
|
32
|
26
|
./configure
|
33
|
27
|
make
|
|
28
|
+#Then you can found the executable in ./src/ttail
|
|
29
|
+
|
34
|
30
|
#run tests
|
35
|
31
|
make check
|
36
|
32
|
|
37
|
|
-sudo make install
|
|
33
|
+
|
|
34
|
+Installation :
|
|
35
|
+--------------
|
|
36
|
+
|
|
37
|
+#Warning : not tested
|
|
38
|
+make install
|
|
39
|
+
|