Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 287 Bytes

INSTALL.md

File metadata and controls

12 lines (8 loc) · 287 Bytes

Build instructions to build examples

  1. clone the git repository: git clone https://github.com/MultithreadCorner/Hydra.git
  2. go to Hydra directory: cd Hydra
  3. create a build directory: mkdir build
  4. cd build
  5. cmake ../
  6. make -j4