2002-05-16 01:26:47 +00:00
|
|
|
COMPATIBILITY
|
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
This code is intended for use with Linux 2.6.xx, 3.x and
|
|
|
|
hopefully all future kernels.
|
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
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
If you are using git version of the project you need extra step.
|
2003-01-24 08:42:16 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
./autogen.sh
|
2003-01-24 08:42:16 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
After that, and everyone using .tar.xz version of procps-ng, can
|
|
|
|
do normal build. Read './configure --help' to select options for
|
|
|
|
your needs.
|
2003-01-24 08:42:16 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
2003-03-21 01:04:51 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
If you have DejaGNU installed you can run optional test suite.
|
2003-10-23 03:41:58 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
make check
|
2004-07-17 15:25:45 +00:00
|
|
|
|
2012-02-24 22:26:11 +01:00
|
|
|
HOW TO CONTRIBUTE
|
|
|
|
|
|
|
|
See Documentation/BUGS file.
|
|
|
|
|
2004-07-17 15:25:45 +00:00
|
|
|
PACKAGING
|
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
If you are a downstream maintainer (packager) for a Linux
|
|
|
|
distribution, please avoid causing troubles. This section
|
|
|
|
applies to you.
|
2004-07-17 15:25:45 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
Avoid maintaining distribution specific patches. Send your
|
|
|
|
patches to upstream, where they are at least reviewed, if not
|
|
|
|
included.
|
2004-07-17 15:25:45 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
Please forward bug reports. If your bug database is public and
|
|
|
|
busy enough to bother with, please make this known. Follow
|
|
|
|
Debian's lead in making the bug database easy to comment on via
|
|
|
|
email without need for an account.
|
2004-07-17 15:25:45 +00:00
|
|
|
|
|
|
|
For normal packages, ensure that you do not add debugging flags
|
2012-02-24 22:08:12 +01:00
|
|
|
to the CFLAGS variable.
|
2003-10-23 03:41:58 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
UPSTREAM & BUG REPORTS
|
2002-05-16 01:26:47 +00:00
|
|
|
|
2012-02-24 22:08:12 +01:00
|
|
|
procps-ng <procps@freelists.org>
|