Browse Source

README update

Yann Weber 7 years ago
parent
commit
ef1025bc0a
1 changed files with 15 additions and 13 deletions
  1. 15
    13
      README

+ 15
- 13
README View File

10
 Dependencies :
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
 git clone https://git.yannweb.net/yannweb/ttail.git
19
 git clone https://git.yannweb.net/yannweb/ttail.git
27
 cd ttail
20
 cd ttail
28
-
29
 #run aclocal automake and autoconf
21
 #run aclocal automake and autoconf
30
 ./bootstrap.sh
22
 ./bootstrap.sh
31
 
23
 
24
+Compilation :
25
+-------------
32
 ./configure
26
 ./configure
33
 make
27
 make
28
+#Then you can found the executable in ./src/ttail
29
+
34
 #run tests
30
 #run tests
35
 make check
31
 make check
36
 
32
 
37
-sudo make install
33
+
34
+Installation :
35
+--------------
36
+
37
+#Warning : not tested
38
+make install
39
+

Loading…
Cancel
Save