Update 'README.md'

This commit is contained in:
divaldo 2018-03-30 19:19:50 +02:00
parent 8d41c90e26
commit 6443897b90
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# CERN MedTech:Hack More bang from your beam: reimagining X-ray conversion
Simulate X-ray with CERN tools.
### Prerequisites
* Linux or MacOS (Tested on Ubuntu 16.04, MacOS High Sierra 10.13.3 and Linux Subsystem for Windows 10)
* CERN Geant4
* CMake
### Building
Clone or download this repository and unpack it if needed.
Open Terminal and insert these by line by line. Change the first line corresponding to your environment.
```
cd path/to/repo
mkdir build
cd build
cmake ../
make
./medtech
```