From 6443897b90f92f97ab453295af2b784e1e0ee00f Mon Sep 17 00:00:00 2001 From: divaldo Date: Fri, 30 Mar 2018 19:19:50 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e69de29..e0f163c 100644 --- a/README.md +++ b/README.md @@ -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 +```