]> granicus.if.org Git - procps-ng/commitdiff
no idea what :-)
authoralbert <>
Fri, 24 Jan 2003 08:42:16 +0000 (08:42 +0000)
committeralbert <>
Fri, 24 Jan 2003 08:42:16 +0000 (08:42 +0000)
NEWS
README

diff --git a/NEWS b/NEWS
index 96e22a12cd2eee9da17cf74c090ca4c39c59ba0f..ae81cc236817bba7a62550379b522b011bd90a31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ handle SPARC Linux badness
 rare crash fixed
 compile with gcc 2.91.xx again
 more informative "ps --info"
+README update
 
 procps-3.1.4 --> procps-3.1.5
 
diff --git a/README b/README
index 53c3353965c2e244455806e0218b5332a3b5f280..e4f1aef408d02b740ffce86e03176a99ad199d17 100644 (file)
--- a/README
+++ b/README
@@ -8,13 +8,26 @@ INSTALLATION
     make
     make install
 
+    Only the second ("make install") is needed if you just
+    want to build and install procps in the normal way.
+
     If you wish to test before installing, use the scripts
-    named t, v, and p to ensure the correct libproc
-    is used during your testing.
+    named t, v, and p to ensure that the correct libproc
+    (the new one) is used during your testing.
 
     If you need to add a compiler option, use CC to do it:
     make CC='gcc -foo'
 
+    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
+
 BUG REPORTS
 
     Debian users should use the Debian bug tracking system.