diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 26 |
1 files changed, 17 insertions, 9 deletions
@@ -1,5 +1,5 @@ Basic Installation -================== +------------------ This software package uses a build system similar to one generated by GNU Autoconf and Automake. @@ -19,25 +19,33 @@ The simplest way to configure, build, and install this package is: To uninstall the package, you can run `make uninstall`. - -Options -======= +Configuration Options +--------------------- The `configure` script accepts certain command-line options to control package building and installation. Run the script with the `--help` option for more information. - Macros -====== +------ The macro `DESTDIR` affects the root directory into which the `Makefile` installs the package. For example, you can install the package into a filesystem hierarchy under a directory named `dest` in the current directory by running `make DESTDIR=dest install`. - Separate Build Directory -======================== +------------------------ + +Building this package from outside the source directory is currently +unsupported. + +Copyright Information +--------------------- + +Copyright (C) 2012-2013 Patrick "P. J." McDermott -Building pro-archman from outside the source directory is currently unsupported. +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without any warranty. |