aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a9003fd
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+Installation Instructions
+=========================
+
+1. Creaate configure scripts with 'autoreconf -iv'
+2. Run './configure'
+3. Run 'make -jN' where 'N' is number of CPU cores + 1
+4. run 'make install'