summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 06:47:34 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:50 +0200
commitd26832c2ad2e62500fed8b9168098c4b5c61ce6e (patch)
tree33892955514737b757a2c8e4db6267a716234868 /INSTALL
parent028ebc937ab33c17180fdcd75813a4fe9bdcd502 (diff)
downloadnbb-d26832c2ad2e62500fed8b9168098c4b5c61ce6e.tar.gz
nbb-d26832c2ad2e62500fed8b9168098c4b5c61ce6e.tar.xz
nbb-d26832c2ad2e62500fed8b9168098c4b5c61ce6e.zip
Initial standalone version of nbb.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..d01930e
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,12 @@
+If this is a git repository checkout (as opposed to sources extracted
+from a source tarball):
+
+ $ autoreconf -vis .
+
+Regardless of whether this is a git repo checkout or an extracted
+source tarball:
+
+ $ ./configure --prefix=/what/ever
+ $ make
+ $ make check # optional
+ $ make install