Basic Usage

Prerequisites

More details: prerequisites.

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

Build

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.

Use

See examples

Explore

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