summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-21 11:42:42 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-21 11:42:42 (EST)
commitd31b721e987fe7d53cef087ed2f002b65a6a759e (patch)
tree36be42a90303666185ac0110d18e7627120b1bce /INSTALL
parent0417faa1797e2cbe1793386bfc159391f919357d (diff)
Modify build system for "compilation" and libs.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 3dc4618..4aaccd0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,7 @@ generates a 'Makefile' in your current working directory.
The simplest way to configure, build, and install this package is:
1. Run the 'configure' script from the source directory or any other directory.
For example, from the source directory you can run './configure'.
- 2. Run 'make' to build the package. (Currently this does nothing, but this may
- change in the future.)
+ 2. Run 'make' to build the package.
3. Run 'make install' to install the package. You will probably need superuser
privileges to install files into your system.