Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 666 Bytes

File metadata and controls

27 lines (17 loc) · 666 Bytes
layout docs
title Basic Usage
permalink /docs/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!