summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Washburn <[email protected]>2025-11-20 12:56:48 -0600
committerDaniel Kiper <[email protected]>2025-11-21 20:35:13 +0100
commit29f3131a3632c70129a29d924fcb8ac98f08ee2b (patch)
tree708adeb9b7a9c0e872cd7de383f9148a16d8b45b
parent0a31df119d9f75fa357960a0f247b2795ba71656 (diff)
INSTALL: Fix a grammatical errorHEADmaster
Also, add more documentation mentioning that the tests require a "specially crafted environment" to run. Just running as root is not enough. Signed-off-by: Glenn Washburn <[email protected]> Reviewed-by: Daniel Kiper <[email protected]>
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 2767fd450..7e5397f58 100644
--- a/INSTALL
+++ b/INSTALL
@@ -145,8 +145,8 @@ The simplest way to compile this package is:
2. Type `./bootstrap'.
- The autogen.sh (called by bootstrap) uses python. By default autodetect
- it, but it can be overridden by setting the PYTHON variable.
+ The autogen.sh (called by bootstrap) uses python. By default it is
+ autodetected, but it can be overridden by setting the PYTHON variable.
3. Type `./configure' to configure the package for your system.
If you're using `csh' on an old version of System V, you might
@@ -159,8 +159,8 @@ The simplest way to compile this package is:
4. Type `make' to compile the package.
5. Optionally, type `make check' to run any self-tests that come with
- the package. Note that many of the tests require root privileges in
- order to run.
+ the package. Note that many of the tests require root privileges and
+ a specially crafted environment in order to run.
6. Type `make install' to install the programs and any data files and
documentation.