Mon, 20 Apr 2020 10:14:32 -0500
Convert README to markdown
| 35 | 1 | HOW TO INSTALL - manually: |
| 2 | ||
| 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. | |
| 6 | ||
| 7 | 2. make | |
| 8 | ||
| 9 | 3. move the file snprintf.o where your programs will find it | |
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | HOW TO INSTALL - with autoconf: | |
| 14 | ||
| 15 | Contributed by Caolan McNamara <Caolan.McNamara@ul.ie>: | |
| 16 | ||
| 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. | |
| 21 | ||
| 22 | 1. cd with_autoconf | |
| 23 | ||
| 24 | 2. follow instructions in the file INSTALL there. |