Import libtu instead of using submodules
[notion.git] / libtu / snprintf_2.2 / INSTALL
blob9cdf46912dea4ae9f731c1b4b450c816861a8d1e
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.
7   2. make
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.
22   1. cd with_autoconf
24   2. follow instructions in the file INSTALL there.