3 |
3 |
4 Copyright (c) Tuomo Valkonen 1999-2004. |
4 Copyright (c) Tuomo Valkonen 1999-2004. |
5 <tuomov at iki.fi> |
5 <tuomov at iki.fi> |
6 |
6 |
7 |
7 |
8 Libtu is a small utility library for programs written in C. You may |
8 Libtu is a small utility library for programs written in C. |
9 distribute and modify it under the terms of either the Clarified |
9 |
10 Artistic License or the GNU LGPL, version 2.1 or later, both reproduced |
10 Most of this library may be distributed and modified under either under |
11 in the file LICENSE. |
11 the Clarified Artistic License or the GNU LGPL, version 2.1 or later, |
|
12 both reproduced in the file LICENSE. The red-black tree code is under |
|
13 the GNU LGPL; see README.rb for details. |
12 |
14 |
13 To build the library, first edit system.mk to customize it for your |
15 To build the library, first edit system.mk to customize it for your |
14 system if necessary. Then 'make depend && make'. |
16 system if necessary. Then 'make depend && make'. |
15 To install it run 'make install' (perhaps as root depending on |
17 To install it run 'make install' (perhaps as root depending on |
16 where you are installing it). |
18 where you are installing it). |