From d26832c2ad2e62500fed8b9168098c4b5c61ce6e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 2 Nov 2007 06:47:34 +0100 Subject: Initial standalone version of nbb. --- INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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 -- cgit