Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
README.md
Go to the documentation of this file.
1 [//]: # (@cond Doxygen_Suppress)
2 
3 [![Build Status](https://travis-ci.org/degauden/Elements.svg?branch=develop)](https://travis-ci.org/degauden/Elements)
4 
5 [//]: # (@endcond Doxygen_Suppress)
6 
7 # Introduction
8 
9 Elements is a C++/Python build framework. It helps to organize the software
10 into modules which are gathered into projects.
11 
12 
13 ## Build Instruction
14 
15 These are the standard CMake build instruction.
16 
17 ```
18 > mkdir build
19 > cd build
20 > cmake -DCMAKE_INSTALL_PREFIX=/usr ..
21 > make
22 > make install
23 ```