summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:31:50 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:31:50 +0000
commit65607ba6acb53fc4e06a4c57bff8e6a71c18de68 (patch)
tree990b16952f17431f30847eccae8b976386cf4552 /INSTALL
parent6e3028d726a002212720b2b7f0f024129e348be0 (diff)
Use 'Stef' instead of 'Nate'
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e69de29..9838eee 100644
--- a/INSTALL
+++ b/INSTALL
@@ -0,0 +1,17 @@
+
+NULLPOP INSTALL
+================
+
+A basic install procedure looks like this.
+
+ # cd nullpop-0.x
+ # ./configure
+ # make
+ # make install
+
+By default nullpop will install to the /usr/local/libexec/ path. You may
+want to specify a different prefix with the --prefix argument to ./configure.
+
+Execute the following command for more options:
+
+ ./configure --help