X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=README;h=c1073c15561bc0070d44f9f8706fc3938e8dae18;hb=379e19a21ba6937215bcd3eb9db8d5d54c286eae;hp=f516916689457f3a3c858ff5fb44c839689770b5;hpb=604f251f6c1ba5c71c7e03d9007dccd8e01eb64e;p=template.git diff --git a/README b/README index f516916..c1073c1 100644 --- a/README +++ b/README @@ -1,6 +1,34 @@ foobar ====== -This is a template for small projects. Replace all occurrences of "foobar" -with the name of the project... + This is a template for small projects. Replace all occurrences of "foobar" + with the name of the project... + +Prerequisites +------------- + + To compile the foobar package from source you need: + + * A build environment: autotools, libtool, C compiler, ... + + * 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 +------ + + Sebastian "tokkee" Harl