7. Open the script `docmake.sh` using your preferred editor (e.g. gedit) and modify the line
```cmake -DCMAKE_BUILD_TYPE=DEBUG -DGeant4_DIR=/home/oliskir/src/geant4/geant4.10.2-install/lib/Geant4-10.2.0 $pwd -DCMAKE_BUILD_TYPE=DEBUG``` so it reflects the actual location of your GEANT4 installation
7.Open the script `docmake.sh` using your preferred editor (e.g. gedit) and edit the line `cmake -DCMAKE_BUILD_TYPE=DEBUG -DGeant4_DIR=/home/oliskir/src/geant4/geant4.10.2-install/lib/Geant4-10.2.0 $pwd -DCMAKE_BUILD_TYPE=DEBUG` so the path is correct
7. Build a makefile by running the script: `./docmake.sh`
7. Build a makefile by running the script
`./docmake.sh`
8. Build VeikonKone
`make -jN` (where `N` is the number of cores on your computer)
\ No newline at end of file
8. Build VeikonKone: `make -jN` (where `N` is the number of cores on your computer)