1 HOW TO INSTALL - manually:
3 1. Read the description of macros that control the bahaviour
4 of the program at the beginning of the file snprintf.c,
5 change the definitions in snprintf.c or in Makefile if necessary.
9 3. move the file snprintf.o where your programs will find it
13 HOW TO INSTALL - with autoconf:
15 Contributed by Caolan McNamara <Caolan.McNamara@ul.ie>:
17 Though it might be overkill for snprintf I also have
18 an autoconf and automaked version which works out the need
19 for long long support and makes snprintf optionally into
20 a dynamic library on libtool supported platforms.
24 2. follow instructions in the file INSTALL there.