File: INSTALL

package info (click to toggle)
unifdef 2.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,072 kB
  • ctags: 262
  • sloc: ansic: 1,325; sh: 154; makefile: 110
file content (18 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
unifdef installation instructions


To build, type `make`. You can adjust the compilation options
using the POSIX standard CFLAGS and LDFLAGS make variables.

To install in your home directory, type `make install`
or to install in /usr type `make prefix=/usr install`.
See the start of the Makefile for the install location
variables.


Non-portable dependencies:

This program requires the BSD err.h functions, and C99 stdbool.h.


- end -