"Fossies" - the Fresh Open Source Software Archive 
Member "mpr-2.8/INSTALL" (18 Mar 2001, 726 Bytes) of package /linux/misc/old/mpr-2.8.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 (1) To build, type:
2 % make
3
4 To use an alternate C compiler, set CC.
5 For example:
6 % make CC=lcc
7
8 To pass options to the C compiler, set CFLAGS.
9 For example:
10 % make CFLAGS='-g -Wall'
11
12 To pass options to the linker, set LDFLAGS.
13 For example:
14 % make LDFLAGS=-static
15
16 (2) To install, type
17 % make install
18
19 This will install libraries libmpr.a and libmpr.so in /usr/local/lib, and
20 all the mpr executables in /usr/local/bin.
21
22 If you wish to install elsewhere, set LIBDIR and BINDIR.
23 For example:
24 % make LIBDIR=$HOME/lib BINDIR=$HOME/bin install
25
26 (3) If you subsequently wish to uninstall, type
27 % make uninstall
28
29 Remember to use the same LIBDIR and BINDIR as you used to install.