diff options
author | P. 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) |
commit | d31b721e987fe7d53cef087ed2f002b65a6a759e (patch) | |
tree | 36be42a90303666185ac0110d18e7627120b1bce /INSTALL | |
parent | 0417faa1797e2cbe1793386bfc159391f919357d (diff) |
Modify build system for "compilation" and libs.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |