Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 180 Bytes

INSTALL.md

File metadata and controls

14 lines (10 loc) · 180 Bytes

Installation

Requirements

  • cmake
  • c++ compiler

Compilation

  1. $ mkdir build && cd build
  2. $ cmake ..
  3. $ make

Installation

  1. $ sudo make install