2002-05-16 01:26:47 +00:00
|
|
|
COMPATIBILITY
|
|
|
|
|
2003-03-17 23:42:00 +00:00
|
|
|
This code is intended for use with Linux 2.2.xx, 2.4.xx,
|
|
|
|
2.5.xx, and hopefully all future kernels. You should be
|
|
|
|
running a system with libc 6, but libc 5 might work too.
|
2002-05-16 01:26:47 +00:00
|
|
|
|
2002-10-06 21:13:52 +00:00
|
|
|
INSTALLATION
|
2002-05-16 01:26:47 +00:00
|
|
|
|
2002-10-10 19:28:48 +00:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
2003-01-24 08:42:16 +00:00
|
|
|
Only the second ("make install") is needed if you just
|
|
|
|
want to build and install procps in the normal way.
|
|
|
|
|
2002-10-06 21:13:52 +00:00
|
|
|
If you wish to test before installing, use the scripts
|
2003-01-24 08:42:16 +00:00
|
|
|
named t, v, and p to ensure that the correct libproc
|
|
|
|
(the new one) is used during your testing.
|
2002-05-16 01:26:47 +00:00
|
|
|
|
2002-10-21 09:17:39 +00:00
|
|
|
If you need to add a compiler option, use CC to do it:
|
|
|
|
make CC='gcc -foo'
|
2002-10-10 19:28:48 +00:00
|
|
|
|
2003-01-24 08:42:16 +00:00
|
|
|
You may set SKIP to avoid building or installing things.
|
|
|
|
For example:
|
|
|
|
|
|
|
|
make SKIP='/bin/kill /usr/share/man/man1/kill.1' install
|
|
|
|
|
|
|
|
Use SHARED=0 to build procps without shared libraries.
|
|
|
|
This may be useful for installing in your home directory.
|
|
|
|
|
|
|
|
make SHARED=0 DESTDIR=$HOME install
|
|
|
|
|
2003-03-21 01:04:51 +00:00
|
|
|
Suppose you wanted to install stuff in strange places.
|
|
|
|
You might do something like this:
|
|
|
|
|
|
|
|
make usr/bin=/tmp/fff/iii/ DESTDIR=/tmp/fff install="install -D" ldconfig=echo install
|
|
|
|
|
2002-10-06 21:13:52 +00:00
|
|
|
BUG REPORTS
|
2002-05-16 01:26:47 +00:00
|
|
|
|
2002-10-06 21:13:52 +00:00
|
|
|
Debian users should use the Debian bug tracking system.
|
2002-10-09 07:45:26 +00:00
|
|
|
Email to albert@users.sf.net or csmall@debian.org or
|
|
|
|
procps-feedback@lists.sf.net will also work.
|