Doc.Installation.Manual - JETSCAPE/X-SCAPE GitHub Wiki

Prerequisites

If you prefer to manually install the pre-requisites, please see the instructions for macOS or Linux.

Building X-SCAPE

Clone X-SCAPE:

git clone https://github.com/JETSCAPE/X-SCAPE.git

Build X-SCAPE:

cd X-SCAPE
mkdir build
cd build
cmake ..
make -j4     # Builds using 4 cores; adapt as appropriate