C library for parsing and manipulating ISO8601 dates/times.
Go to file
Laurence Withers 603b067310 Further WIP on tidy up 2007-07-23 15:00:08 +00:00
scripts Upgrade build system 2007-07-23 13:19:39 +00:00
src Further WIP on tidy up 2007-07-23 15:00:08 +00:00
.gitignore Initial import 2006-10-14 20:10:01 +01:00
COPYING Initial import 2006-10-14 20:10:01 +01:00
README Upgrade build system 2007-05-22 09:56:52 +00:00
config Upgrade build system 2007-05-22 09:56:52 +00:00
make.sh Upgrade build system 2007-05-22 09:56:52 +00:00
run-test.sh Upgrade build system 2007-05-22 09:56:52 +00:00
version Bump version 2007-07-23 12:15:04 +00:00

README

libiso8601
========================================================================
(c)2007, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@