diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -BASIC INSTALLATION +Basic Installation ================== This software package uses a build system similar to one generated by GNU @@ -19,7 +19,7 @@ The simplest way to configure, build, and install this package is: To uninstall the package, you can run 'make uninstall'. -OPTIONS +Options ======= The 'configure' script accepts certain command-line options to control package @@ -27,7 +27,7 @@ building and installation. Run the script with the '--help' option for more information. -MACROS +Macros ====== The macro 'DESTDIR' affects the root directory into which the 'Makefile' @@ -36,7 +36,7 @@ filesystem hierarchy under a directory named 'dest' in the current directory by running 'make DESTDIR=dest install'. -SEPARATE BUILD DIRECTORY +Separate Build Directory ======================== You can call the 'configure' script from any directory on your system, and it |