From 8d9f5f5d7dcc8ae64b1e70e99ea65733420b0fb7 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Fri, 22 May 2015 06:59:38 +0000 Subject: [PATCH] changed --enable-fortran to --enable-fortran-test git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9719 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- README.IPhreeqc.TXT | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.IPhreeqc.TXT b/README.IPhreeqc.TXT index 0062c65c..4dd9acb6 100644 --- a/README.IPhreeqc.TXT +++ b/README.IPhreeqc.TXT @@ -142,10 +142,10 @@ D. Linux compiling, testing, and installing the IPhreeqc library ../configure --help Most common options: - --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 to your home directory. - --disable-fortran--specifies that you do not want to include the Fortran test + --disable-fortran-test specifies that you do not want to include the Fortran test files during "make check", which compiles, links, and runs programs that use IPhreeqc. @@ -160,7 +160,7 @@ D. Linux compiling, testing, and installing the IPhreeqc library Optionally, use -j n--where n is the number of compilations make runs in parallel. D.6. Compile and run the test cases. The files in the directory tests are compiled and linked - to the IPhreeqc library. The Fortran files are optionally included (--enable-fortran + to the IPhreeqc library. The Fortran files are optionally included (--enable-fortran-test configure option). make check