Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 878 Bytes

BUILD_INSTRUCTIONS.md

File metadata and controls

39 lines (29 loc) · 878 Bytes

Build Instructions

* Requirements

* Cloning

$ git clone --recursive git://github.com/enduro2d/enduro2d-toolset.git
$ cd enduro2d-toolset
$ git lfs install
$ git lfs pull

* Building

$ cd your_toolset_repository_directory
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build . -- -j8

* Running

$ cd your_toolset_build_directory
$ ./model_converter/model2mesh

* Links