Skip to content

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.

Requirements

  • 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)

Downloading the source

  • Download a copy the most recent release (or previous versions) in .tar.gz or .zip format.
  • Clone the repository.

Installing Kassiopeia

Configuring the Installation

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.

Compiling and Installing

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.

Installation Problems

Known Issues

New Problems!

Please submit an issue describing your problem.