From 782a7d3f5536c0873aeadfc8fd1ed2caefa5c9b3 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 3 Dec 2015 12:25:46 -0500 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5ceb542..98fb2e33 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ downloaded marshalgen from another source, you need to fix this) 1. (Fedora only) `yum install expat-devel`
2. `mkdir /path/to/GEANT4-GPU/geant4.10.00.p02-build /path/to/GEANT4-GPU/ geant4.10.00.p02-install`
-3. `cd /path/to/GEANT4-GPU/geant4.10.01.p02-build`
+3. `cd /path/to/GEANT4-GPU/geant4.10.00.p02-build`
4. `cmake -DGEANT4_INSTALL_DATA=ON -DCMAKE_INSTALL_PREFIX=/path/to/GEANT4-GPU/geant4.10.00.p02-install /path/to/GEANT4-GPU/geant4.10.00.p02`
5. `make -jN` where `N` is the number of processors on your computer
6. `make install` @@ -68,7 +68,7 @@ geant4.10.00.p02-install`
**Install G4-STORK**
1. `mkdir /path/to/GEANT4-GPU/G4STORK/Build`
2. `cd /path/to/GEANT4-GPU/G4STORK/Build`
-3. `source /path/to/GEANT4-GPU/geant4.10.01.p02-install/bin/geant4.sh`
+3. `source /path/to/GEANT4-GPU/geant4.10.00.p02-install/bin/geant4.sh`
4. `rm -rf CMakeCache.txt CMakeFiles/`
5. `cmake -DTOPC_USE=1 -DGeant4_DIR=/path/to/GEANT4-GPU/geant4.10.01.p02-install/lib/Geant4.10.00.p02/Geant4Config.cmake ../` (note: it may be *lib64* instead of *lib* on Linux)