aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..9bcc461
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,17 @@
+Installation:
+
+1. Default way
+Most users (99.99%) should use this way :-)
+
+ ./confugire
+ make
+ su -
+ make install
+
+2. Litle customization
+Run ./configure --help to see supported options, then goto step 1
+
+
+
+
+
bgstack15