Basic Usage

PrerequisitesPermalink

More details: prerequisites.

  • Install git (windows: msysgit or GitHub Bootcamp, detailed in prerequisites)
  • Install CMake
  • Clone the repo

BuildPermalink

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.

UsePermalink

See examples

ExplorePermalink

You want to look under the hood? Be our guest!