[cig-commits] r9196 - cs/benchmark/cigma/trunk
luis at geodynamics.org
luis at geodynamics.org
Wed Jan 30 16:18:52 PST 2008
Author: luis
Date: 2008-01-30 16:18:51 -0800 (Wed, 30 Jan 2008)
New Revision: 9196
Added:
cs/benchmark/cigma/trunk/README
Log:
Add quick build instructions to README file
Added: cs/benchmark/cigma/trunk/README
===================================================================
--- cs/benchmark/cigma/trunk/README (rev 0)
+++ cs/benchmark/cigma/trunk/README 2008-01-31 00:18:51 UTC (rev 9196)
@@ -0,0 +1,17 @@
+#
+# Quick Build instructions
+#
+
+cd build
+autoreconf -fi
+
+# Flags only necessary if respective prefix is not /usr
+./configure --with-hdf5=/path/to/hdf5/prefix \
+ --with-vtk=/path/to/vtk/prefix \
+
+cd ../src
+
+make
+
+./cigma help
+
More information about the cig-commits
mailing list