Skip to content

astrorama/Elements

 
 

Repository files navigation

Build Status

Introduction

Elements is a C++/Python build framework. It helps to organize the software into modules which are gathered into projects.

Build Instruction

These are the standard CMake build instruction.

> mkdir build
> cd build
> cmake -DCMAKE_INSTALL_PREFIX=/usr ..
> make
> make install

About

C++/Python Build Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 35.6%
  • CMake 26.1%
  • Python 25.0%
  • C 7.0%
  • Shell 4.3%
  • Makefile 0.6%
  • Other 1.4%