C library for parsing and manipulating ISO8601 dates/times.
Go to file
Laurence Withers 728d0b6151 Fix bug in comparison functions, add equality test 2007-05-23 13:25:18 +00:00
scripts Upgrade build system 2007-05-22 09:56:52 +00:00
src Fix bug in comparison functions, add equality test 2007-05-23 13:25:18 +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
libiso8601.kdevelop Initial import 2006-10-14 20:10:01 +01:00
libiso8601.kdevelop.filelist Initial import 2006-10-14 20:10:01 +01: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-05-22 11:41:46 +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@