foobar ====== 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