summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa2ab0c)
raw | patch | inline | side by side (parent: fa2ab0c)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 21 Dec 2008 12:04:47 +0000 (13:04 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 21 Dec 2008 13:50:27 +0000 (14:50 +0100) |
README | patch | blob | history |
index 03825e8692c345484691cb1d2b54c56f7f967497..c1073c15561bc0070d44f9f8706fc3938e8dae18 100644 (file)
--- a/README
+++ b/README
* 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=<path> to `make install', <path> will be
+ prefixed to all installation directories. This might be useful when creating
+ packages for foobar.
+
Author
------