| |
1 |
| |
2 libtu |
| |
3 |
| |
4 Copyright (c) Tuomo Valkonen 1999-2003. |
| |
5 <tuomov at iki.fi> |
| 1 |
6 |
| 2 |
7 |
| 3 libtu |
8 Libtu is a small utility library for programs written in C. You may |
| 4 |
9 distribute and modify it under the terms of either the Clarified |
| 5 Copyright (c) Tuomo Valkonen 1999-2002. |
10 Artistic License or the GNU LGPL, version 2.1 or later, both reproduced |
| 6 |
11 in the file LICENSE. |
| 7 <tuomov@cc.tut.fi> |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 Libtu is a small utility library for programs written in C. Naturally, |
|
| 12 libtu is free software under the "Artistic License". See the file |
|
| 13 LICENSE for details. |
|
| 14 |
12 |
| 15 To build the library, first edit system.mk to customize it for your |
13 To build the library, first edit system.mk to customize it for your |
| 16 system if necessary. Then 'make depend && make'. |
14 system if necessary. Then 'make depend && make'. |
| 17 To install it run 'make install' (perhaps as root depending on |
15 To install it run 'make install' (perhaps as root depending on |
| 18 where you are installing it). |
16 where you are installing it). |