From 35dc9cf861042a9487ec7c380acda8be6a4016e2 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 21 Dec 2008 13:04:47 +0100 Subject: [PATCH] README: Added section "Configuring / Compiling / Installing". --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ------ -- 2.30.2