1Installing dateutils from git tree
2==================================
3Requisites:
4-----------
5- compiler gcc >= 4.6.0 or compatible (icc, clang, ...)
6- autotools
7- texinfo
8
9Build and install:
10------------------
11- autoreconf -i
12- ./configure
13- make
14- [sudo] make install
15
16
17Installing dateutils from tarball
18=================================
19Requisites:
20-----------
21- compiler gcc >= 4.6.0 or compatible (icc, clang, ...)
22
23Build and install:
24------------------
25- ./configure
26- make
27- [sudo] make install
28
29
30Notes
31=====
32To run the test suite in either case invoke
33- make check
34after building the binaries
35
36To kick off adoption, currently old/buggy gcc compilers are supported
37as well, however this might change in the future.
38
39