10 |
10 |
11 Libtu is a small utility library for programs written in C. Naturally, |
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 |
12 libtu is free software under the "Artistic License". See the file |
13 LICENSE for details. |
13 LICENSE for details. |
14 |
14 |
15 To build the library, first edit Makefile to customize it for your |
15 To build the library, first edit system.mk to customize it for your |
16 system if necessary. Then 'make depend && make'. |
16 system if necessary. Then 'make depend && make'. |
17 To install it run 'make install' (perhaps as root depending on |
17 To install it run 'make install' (perhaps as root depending on |
18 where you are installing it). |
18 where you are installing it). |
19 |
19 |
20 If you want to use it in your programs, you may try to figure out how |
20 If you want to use it in your programs, you may try to figure out how |