README

Fri, 21 Jul 2000 21:19:31 +0200

author
tuomov
date
Fri, 21 Jul 2000 21:19:31 +0200
changeset 17
a034888a2227
parent 3
b1fbfab67908
child 25
9d41e3611050
permissions
-rw-r--r--

trunk: changeset 20
- Added 'bool' config file data type

- Brought tester*.c up-to-date



                                    libtu
				 
		   Copyright (c) Tuomo Valkonen 1999-2000.
		    
                             <tuomov@cc.tut.fi>
		  
		  

Libtu is a small utility library for programs written in C. Naturally,
libtu is free software under the "Artistic License". See the file
LICENSE for details.

To build the library, first edit system.mk to customize it for your
system if necessary. Then 'make depend && make'.
To install it run 'make install' (perhaps as root depending on
where you are installing it).

If you want to use it in your programs, you may try to figure out how
by reading the header files (include/*.h) and test programs (tester*.c).
Or you could try urging me to write some sort of a manual.

mercurial