Alexandria  2.25.0
SDC-CH common library for the Euclid project
Alexandria

RPM - Bintray CodeFactor

SDC-CH common library for the Euclid project

Build Instruction

Alexandria projects uses the Elements build framework, which has to be pre-installed. Elements framework can be found here:

https://github.com/astrorama/Elements

After Elements is installed, Alexandria can be installed using standard CMake build instructions:

> git clone https://github.com/astrorama/Alexandria.git
> cd Alexandria
> mkdir build
> cd build
> cmake -DCMAKE_INSTALL_PREFIX=/usr ..
> make
> make install