procps/README

36 lines
1006 B
Plaintext
Raw Normal View History

2002-05-16 01:26:47 +00:00
COMPATIBILITY
2002-10-06 18:08:26 +00:00
This code is intended for use with Linux 2.0.xx and above.
2002-05-16 01:26:47 +00:00
Both libc 5 and libc 6 should work.
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
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.