Skip to content
Snippets Groups Projects
Forked from VecGeom / VecGeom
Loading
Code owners
README.md 2.60 KiB

Installation

VecGeom uses CMake for configuration and GMake for building.

Quick start

Configure and build VecGeom using default parameters, installing into the build directory:

mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`pwd`
make install

Requirements

Configuration

CMake >= 2.8.8.

Compilation

A C++11 compatible compiler is required. The library has been tested to compile with (but is not necessarily limited to):