minor fixes.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9762 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-06-02 22:24:29 +00:00
parent 107b981bb0
commit ef99988b65
2 changed files with 9 additions and 9 deletions

View File

@ -163,9 +163,9 @@ E. Linux compiling, testing, and installing the IPhreeqc library
--prefix=dir specifies the directory for installation of the --prefix=dir specifies the directory for installation of the
library. Default is /usr/local, $HOME would install library. Default is /usr/local, $HOME would install
to your home directory. to your home directory.
--disable-fortran-test specifies that you do not want to include the Fortran test --enable-fortran-test=yes specifies that you do want to include the Fortran test
files during "make check", which compiles, links, and runs programs that files during "make check", which compiles, links, and runs programs
use IPhreeqc. that use IPhreeqc.
Run configure as follows: Run configure as follows:
@ -177,9 +177,9 @@ E. Linux compiling, testing, and installing the IPhreeqc library
Optionally, use -j n--where n is the number of compilations make runs in parallel. Optionally, use -j n--where n is the number of compilations make runs in parallel.
E.6. Compile and run the test cases. The files in the directory tests are compiled and linked E.6. Compile and run the test cases. The files in the directory tests are compiled
to the IPhreeqc library. The Fortran files are optionally included (--enable-fortran-test and linked to the IPhreeqc library. The Fortran files are optionally included
configure option). (--enable-fortran-test configure option).
make check make check
@ -363,9 +363,9 @@ F. Windows compiling, testing, and installing the IPhreeqc library
Install\doc files: Install\doc files:
IPhreeqc.pdf IPhreeqc journal article IPhreeqc.pdf IPhreeqc journal article
html\index.html IPhreeqc API documentation html\index.html IPhreeqc API documentation
RELEASE Release notes
README This readme file
NOTICE User rights notice NOTICE User rights notice
README This readme file
RELEASE Release notes
Install\examples files: Install\examples files:
c, cpp, fortran Advection example c, cpp, fortran Advection example

View File

@ -152,7 +152,7 @@ D.3. Generate a Visual Studio solution
Where to build the binaries: Where to build the binaries:
A new directory. It is suggested that the name of the directory include A new directory. It is suggested that the name of the directory include
the characteristics of the library that is built, including the VS the characteristics of the library that is built, including the VS
version, 32/64 bit, dll/lib. for example, vs2012_64_dll. version, and 32/64 bit, such as VS2012_x64.
Click Configure. Click Configure.
From the pulldown menu select the 64-bit version for your Visual Studio. From the pulldown menu select the 64-bit version for your Visual Studio.