From: Sebastian Harl Date: Sun, 21 Dec 2008 12:04:47 +0000 (+0100) Subject: README: Added section "Configuring / Compiling / Installing". X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=35dc9cf861042a9487ec7c380acda8be6a4016e2 README: Added section "Configuring / Compiling / Installing". --- diff --git a/README b/README index 03825e8..c1073c1 100644 --- a/README +++ b/README @@ -13,6 +13,20 @@ Prerequisites * A POSIX + Single UNIX Specification compatible C library. +Configuring / Compiling / Installing +------------------------------------ + + To configure, build and install foobar with the default settings, run + `./configure && make && make install'. For detailed, generic instructions + see INSTALL. For a complete list of configure options and their description, + run `./configure --help'. + + By default, foobar will be installed into `/opt/foobar'. You can adjust this + setting by specifying the `--prefix' configure option - see INSTALL for + details. If you pass DESTDIR= to `make install', will be + prefixed to all installation directories. This might be useful when creating + packages for foobar. + Author ------