Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 580 Bytes

ELMA

ELMA - Extensions of the LeMonADE library Repository with updates, analyzers, and projects for sharing BFM stuff related to various topics.

Installation

  • Clone and Install git clone https://github.com/LeMonADE-project/LeMonADE.git
  • Install cmake (minimum version 2.8)
  • Just do for standard compilation:
    # generates the projects
    mkdir build
    cd build
    cmake -DLEMONADE_INCLUDE_DIR=/path/to/LeMonADE-library/include/ -DLEMONADE_LIBRARY_DIR=/path/to/LeMonADE-library/lib/ ..
    make

License

See the LICENSE in the root directory.