Commit 211a40d9 authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

Edit README.md

parent e18371c8
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -22,12 +22,14 @@ To configure, change into the build directory and run CMake

### Building options

- Activating SQLite: `-DSQLBUILD=ON` (default=OFF)
- Activating MongoDB: `-DMONGODBBUILD=ON` (default=OFF)
- Activating SQLite: `-DSQLBUILD=ON/OFF` (default=OFF)
- Activating MongoDB: `-DMONGODBBUILD=ON/OFF` (default=OFF)
- Setting the Geant4 version: `-DGEANT4_VERSION=-DGEANT4_11_1` (default GEANT4_11_1)
- Activating the ROOT dependance: `-DNOROOTBUILD=OFF` (default=ON)
- Activating the ROOT dependance: `-DNOROOTBUILD=ON/OFF` (default=ON)
- Activating the use of a user defined path: `-DUSER_CLASSES=ON/OFF` (default=OFF)
- Setting the user defined path: `-DUSER_CLASSES_PATH=<path-to-directory>` (all user-defined classes must be in the same directory)

`> cmake -DSQLBUILD=ON -DMONGODBBUILD=ON -DGEANT4_VERSION=-DGEANT4_11_1 -DNOROOTBUILD=OFF <pathto>/BoGEMMS-HPC`
`> cmake -DSQLBUILD=ON -DMONGODBBUILD=ON -DGEANT4_VERSION=-DGEANT4_11_1 -DNOROOTBUILD=OFF -DUSER_CLASSES=ON -DUSER_CLASSES_PATH=<path-to-directory> <pathto>/BoGEMMS-HPC `


</details>