updated using-cmake README.txt

This commit is contained in:
Charlton, Scott R 2020-09-29 16:49:15 -06:00
parent 7797f6ed98
commit 7cada4e12d

View File

@ -4,7 +4,7 @@ Example usage
Windows
--------------------------------------------------------------------------------------
Configure, build and install IPhreeqc
1. cd iphreeqc-3.6.2-15100
1. cd iphreeqc-@VERSION@-@REVISION@
2. mkdir _build
3. cd _build
4. cmake -DCMAKE_INSTALL_PREFIX:PATH=c:/Users/charlton/iphreeqc ..
@ -22,7 +22,7 @@ Build example:
Linux/macOS
--------------------------------------------------------------------------------------
Configure, build and install IPhreeqc
1. cd iphreeqc-3.6.2-15100
1. cd iphreeqc-@VERSION@-@REVISION@
2. mkdir _build
3. cd _build
4. cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/charlton/iphreeqc ..