Code

version-gen.sh: Do not use 'echo -n' on AIX and SunOS.
[template.git] / README
1 foobar
2 ======
4   This is a template for small projects. Replace all occurrences of "foobar"
5   with the name of the project...
7   This is free and open source software, licensed under the
8   GNU General Public License, version 2
9 OR:
10   2-clause BSD license.
11   See COPYING for details.
13 Prerequisites
14 -------------
16   To compile the foobar package from source you need:
18   * A build environment: autotools, libtool, C compiler, ...
20   * A POSIX + Single UNIX Specification compatible C library.
22 Configuring / Compiling / Installing
23 ------------------------------------
25   To configure, build and install foobar with the default settings, run
26   `./configure && make && make install'. For detailed, generic instructions
27   see INSTALL. For a complete list of configure options and their description,
28   run `./configure --help'.
30   By default, foobar will be installed into `/opt/foobar'. You can adjust this
31   setting by specifying the `--prefix' configure option - see INSTALL for
32   details. If you pass DESTDIR=<path> to `make install', <path> will be
33   prefixed to all installation directories. This might be useful when creating
34   packages for foobar.
36 Author
37 ------
39   Sebastian "tokkee" Harl <sh@tokkee.org>