Alexandria  2.14.1
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
README.md
Go to the documentation of this file.
1 # Alexandria
2 
3 SDC-CH common library for the Euclid project
4 
5 ## Build Instruction
6 
7 Alexandria projects uses the Elements build framework, which has to be pre-installed.
8 Elements framework can be found here:
9 
10 https://github.com/degauden/Elements
11 
12 After Elements is installed, Alexandria can be installed using standard CMake build
13 instructions:
14 
15 ```
16 > git clone https://github.com/nikoapos/Alexandria.git
17 > cd Alexandria
18 > mkdir build
19 > cd build
20 > cmake -DCMAKE_INSTALL_PREFIX=/usr ..
21 > make
22 > make install
23 ```