Skip to content

SDC-CH common library for the Euclid project

License

Notifications You must be signed in to change notification settings

astrorama/Alexandria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexandria

RPM - Repository 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