A few changes to match the results of the installation.

One ??? related to installed src directory on Linux.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9699 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-05-21 00:24:47 +00:00
parent 1459c4fb73
commit 6ea41b54c5

View File

@ -103,6 +103,7 @@ C. Downloading and unzipping the distribution file
./config More configure files
./database Database files for PHREEQC
./doc Documentation files
./examples Advection example for Fortran, C++, and C
./src Source code for IPhreeqc
./tests Tests that check that C++, C, and Fortran(optional)
are able to compile, link and run.
@ -116,7 +117,7 @@ D. Linux compiling, testing, and installing the IPhreeqc library
In general, to compile the software, you will need:
(a) a C++ compiler, and
(b) a minimal level of knowledge of configure or CMake, Make,
(b) knowledge of configure, Make,
the compiler, and the Linux operating system.
A Makefile is generated by configure, and the Makefile is used to
@ -187,14 +188,19 @@ D. Linux compiling, testing, and installing the IPhreeqc library
/usr/local/include/Var.h (IPhreeqc VAR structure)
/usr/local/include/IPhreeqcCallbacks.h (IPhreeqc callbacks)
Documentation (PDFs, IPhreeqc API(html)):
/usr/local/share/doc/iphreeqc-@VERSION@-@REVISION@
Documentation:
/usr/local/share/doc/iphreeqc/IPhreeqc.pdf
/usr/local/share/doc/iphreeqc/html/index.html (IPhreeqc API)
/usr/local/share/doc/iphreeqc/RELEASE (Release notes)
Databases:
/usr/local/share/doc/iphreeqc-@VERSION@-@REVISION@/database
/usr/local/share/doc/iphreeqc/database
Advection example for Fortran, C++, and C:
/usr/local/share/doc/iphreeqc/examples
Fortran interfaces
/usr/local/share/doc/iphreeqc-@VERSION@-@REVISION@/src
/usr/local/share/doc/iphreeqc/src???
-----------------------------------------------------------------------------------
E. Windows compiling, testing, and installing the IPhreeqc library
@ -275,7 +281,7 @@ E. Windows compiling, testing, and installing the IPhreeqc library
files, phreeqc database files, and documentation are installed in the
install directory selected in CMake.
Libraries that can be installed:
Install\library directory may include:
IPhreeqc.lib (Release)
IPhreeqcd.lib (Debug)
IPhreeqcmsr.lib (MinSizeRel)
@ -286,7 +292,7 @@ E. Windows compiling, testing, and installing the IPhreeqc library
IPhreeqcrwdi.dll (RelWithDebInfo Shared)
ZedGraph.dll (CLR/Charting)
Include files:
Install\include files:
C++ and C headers for user's code:
IPhreeqc.hpp (C++ header)
IPhreeqc.h (C header)
@ -294,12 +300,12 @@ E. Windows compiling, testing, and installing the IPhreeqc library
Optionally, may need one or more of the following:
Var.h (IPhreeqc VAR structure)
IPhreeqcCallbacks.h (IPhreeqc callbacks)
Src files:
Install\src files:
To use IPhreeqc in Fortran:
IPhreeqc_interface.F90
Database files:
Install\Database files:
Amm.dat
frezchem.dat
iso.dat
@ -310,9 +316,14 @@ E. Windows compiling, testing, and installing the IPhreeqc library
pitzer.dat
sit.dat
wateq4f.dat
Install\doc files:
IPhreeqc.pdf IPhreeqc journal article
html\index.html IPhreeqc API documentation
Install\examples files:
c, cpp, fortran Advection example
Documentation files:
html/index.html (IPhreeqc API documentation)
Note: In order to use the CLR version (Charting) the Zedgraph.dll file
must be registered either by installing the Phreeqc or the PhreeqcI MSI,