procps/README

36 lines
1006 B
Plaintext
Raw Normal View History

2002-05-16 06:56:47 +05:30
COMPATIBILITY
2002-10-06 23:38:26 +05:30
This code is intended for use with Linux 2.0.xx and above.
2002-05-16 06:56:47 +05:30
Both libc 5 and libc 6 should work.
2002-10-07 02:43:52 +05:30
INSTALLATION
2002-05-16 06:56:47 +05:30
2002-10-11 00:58:48 +05:30
make
make install
2003-01-24 14:12:16 +05:30
Only the second ("make install") is needed if you just
want to build and install procps in the normal way.
2002-10-07 02:43:52 +05:30
If you wish to test before installing, use the scripts
2003-01-24 14:12:16 +05:30
named t, v, and p to ensure that the correct libproc
(the new one) is used during your testing.
2002-05-16 06:56:47 +05:30
2002-10-21 14:47:39 +05:30
If you need to add a compiler option, use CC to do it:
make CC='gcc -foo'
2002-10-11 00:58:48 +05:30
2003-01-24 14:12:16 +05:30
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-07 02:43:52 +05:30
BUG REPORTS
2002-05-16 06:56:47 +05:30
2002-10-07 02:43:52 +05:30
Debian users should use the Debian bug tracking system.
2002-10-09 13:15:26 +05:30
Email to albert@users.sf.net or csmall@debian.org or
procps-feedback@lists.sf.net will also work.