[cig-commits] r14730 - mc/3D/CitcomS/trunk

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Apr 16 11:07:53 PDT 2009


Author: tan2
Date: 2009-04-16 11:07:53 -0700 (Thu, 16 Apr 2009)
New Revision: 14730

Modified:
   mc/3D/CitcomS/trunk/INSTALL
Log:
Removed instructions to 'make install', 'make clean' and 'make distclean'. Added dependencies. 

Modified: mc/3D/CitcomS/trunk/INSTALL
===================================================================
--- mc/3D/CitcomS/trunk/INSTALL	2009-04-16 13:24:40 UTC (rev 14729)
+++ mc/3D/CitcomS/trunk/INSTALL	2009-04-16 18:07:53 UTC (rev 14730)
@@ -1,24 +1,27 @@
 Installation Instructions
 *************************
 
+Installation of CitcomS requires the following:
+
+  * A C compiler
+
+  * An MPI library
+
+  * Python 2.3 or greater (Python 2.4 or greater is required on 64-bit
+    machines), including header files, if using Pyre.
+
+
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
      `./configure' to configure the package for your system. 
 
+     Several optional features are disabled by default. Type
+     `./configure --help' to list all available options.
+
      Running `configure' takes awhile.  While running, it prints some
      messages telling which features it is checking for.
 
-     Several optional features are disabled by default. Type
-     `./configure --help' to list all available options.
-
   2. Type `make' to compile the package.
 
-  3. Optionally, type `make install' to install the programs and any data
-     files and documentation.
-
-  4. You can remove the program binaries and object files from the
-     source code directory by typing `make clean'.  To also remove the
-     files that `configure' created (so you can compile the package for
-     a different kind of computer), type `make distclean'. 
-
+More installation instruction can be found in the manual.



More information about the CIG-COMMITS mailing list