README

changeset 25
9d41e3611050
parent 3
b1fbfab67908
child 35
5a71d53d0228
equal deleted inserted replaced
24:c3fa6c2785dd 25:9d41e3611050
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
21 by reading the header files (include/*.h) and test programs (tester*.c). 21 by reading the header files (include/*.h) and test programs (tester*.c).
22 Or you could try urging me to write some sort of a manual. 22 Or you could try urging me to write some sort of a manual.
23
24 ---
25
26 Libtu needs the functions asprintf and vasprintf. These do not
27 exist on most platforms. One implementation is available at
28 <http://www.ijs.si/software/snprintf/>, which is used by default
29 and is supposed to be found at ../snprintf_2.2. To use the
30 system's versions, if available, modify system.mk.
31

mercurial