Alexandria  2.25.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
README.md
Go to the documentation of this file.
1 # Alexandria
2 [![RPM - Bintray](https://github.com/astrorama/Alexandria/workflows/RPM%20-%20Bintray/badge.svg)](https://github.com/astrorama/Alexandria/actions?query=workflow%3A%22RPM+-+Bintray%22)
3 [![CodeFactor](https://www.codefactor.io/repository/github/astrorama/alexandria/badge)](https://www.codefactor.io/repository/github/astrorama/alexandria)
4 
5 SDC-CH common library for the Euclid project
6 
7 ## Build Instruction
8 
9 Alexandria projects uses the Elements build framework, which has to be pre-installed.
10 Elements framework can be found here:
11 
12 https://github.com/astrorama/Elements
13 
14 After Elements is installed, Alexandria can be installed using standard CMake build
15 instructions:
16 
17 ```
18 > git clone https://github.com/astrorama/Alexandria.git
19 > cd Alexandria
20 > mkdir build
21 > cd build
22 > cmake -DCMAKE_INSTALL_PREFIX=/usr ..
23 > make
24 > make install
25 ```