snprintf_2.2/INSTALL

Tue, 11 Mar 2003 20:01:42 +0100

author
tuomov
date
Tue, 11 Mar 2003 20:01:42 +0100
changeset 47
672e29bfda3c
parent 35
5a71d53d0228
permissions
-rw-r--r--

trunk: changeset 51
minor glitch

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

mercurial