Browse Source

Updated README

Yann Weber 7 years ago
parent
commit
0826bc3adb
1 changed files with 34 additions and 6 deletions
  1. 34
    6
      README

+ 34
- 6
README View File

@@ -1,9 +1,37 @@
1
-Compilation
2
-===========
1
+ttail - timed tail for logfiles
2
+
3
+Display loglines given a minimum date and/or a maximum date.
4
+
5
+More info : man docs/man/man1/ttail.1
6
+
7
+Instalation :
8
+=============
9
+
10
+Dependencies :
11
+--------------
12
+
13
+From tarball :
14
+--------------
15
+
16
+./configure
17
+make
18
+#run tests
19
+make check
20
+
21
+sudo make install
22
+
23
+From git repo :
24
+---------------
25
+
26
+git clone https://git.yannweb.net/yannweb/ttail.git
27
+cd ttail
3 28
 
4 29
 #run aclocal automake and autoconf
5
-./run_autotools.sh
6
-#run the configure script
30
+./bootstrap.sh
31
+
7 32
 ./configure
8
-#make + unit testing
9
-make && make check
33
+make
34
+#run tests
35
+make check
36
+
37
+sudo make install

Loading…
Cancel
Save