Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 353 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 353 Bytes

shoccs-tpl

Simple cmake wrapper to download and build the collection of third party libraries required to build shoccs. Building should be a straightforward process of

  $ cd /path/to/cloned/repo
  $ cmake -Bbuild -H. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=...
  $ cd build && make install