Code

Updated templates for GPLv2 OR 2-clause BSD license.
[template.git] / README
diff --git a/README b/README
index 03825e8692c345484691cb1d2b54c56f7f967497..a809b775b632fb2632376dc93e6d9526a161d859 100644 (file)
--- a/README
+++ b/README
@@ -4,6 +4,12 @@ foobar
   This is a template for small projects. Replace all occurrences of "foobar"
   with the name of the project...
 
+  This is free and open source software, licensed under the
+  GNU General Public License, version 2
+OR:
+  2-clause BSD license.
+  See COPYING for details.
+
 Prerequisites
 -------------
 
@@ -13,6 +19,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=<path> to `make install', <path> will be
+  prefixed to all installation directories. This might be useful when creating
+  packages for foobar.
+
 Author
 ------