-
Notifications
You must be signed in to change notification settings - Fork 29
Getting and Installing
nsoblath edited this page Apr 29, 2014
·
2 revisions
Kassiopeia is currently only available as source code that must be compiled on your system.
- OS: Linux or MAC
- Compiler:
- Clang (recommended) 3.1 or better
- gcc (?)
- CMake version 2.6 or better; the ccmake or cmake-gui interface is highly recommended
- GSL
- ROOT (optional, but highly recommended?)
- VTK (optional, but recommended)
- Boost (optional)
- Download a copy the most recent release (or previous versions) in .tar.gz or .zip format.
- Clone the repository.
Kassiopeia is configured for your system using the CMake build system. We highly recommend that you use the ccmake or cmake-gui interface for configuring Kassiopeia.
The following two commands will, respectively, compile and install Kassiopeia:
> make
> make install
If everything goes well, Kassiopeia is ready to use. If you ran into problems, please see the Installation Problems section below for help.
Please submit an issue describing your problem.