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