summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..c827fd5
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,14 @@
+INSTALLATION
+
+ -Unpack the ibtk archive:
+ tar xzvf ibtk-0.0.14.tar.gz
+ -or-
+ gzip -dc ibtk-0.0.14.tar.gz | tar xvf -
+
+ -Execute the configure script (configure --help for more details).
+
+ -Compile source:
+ make
+
+ -Install programs (must be root):
+ make install