Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 225 Bytes

README-linux.md

File metadata and controls

10 lines (10 loc) · 225 Bytes

Build Guide

  • Go into directory LibGrass
  • Build with CMake:
mkdir build && cd build
cmake ../
make
  • Executable file will be build/lib/libgrass.so
  • Example project is in example/grass_data/LibGrassTest