| layout | docs |
|---|---|
| title | Basic Usage |
| permalink | /docs/usage/ |
More details: prerequisites.
- Install git (windows: msysgit or GitHub Bootcamp, detailed in prerequisites)
- Install CMake
- Clone the repo
More details: building STEPcode.
Create a build dir inside the STEPcode dir. From there, run cmake .. or cmake-gui. Schemas are selected with the variable SC_BUILD_SCHEMAS. Once CMake has finished without error, use your build system (make, MSVC, etc) to compile.
See examples
You want to look under the hood? Be our guest!