Skip to content

st2cpp v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:16

st2cpp v0.2.0

Bundled Components

  • undoCore: included as submodule in st2cpp_includes/

Installation

Extract the archive and run:

  • Linux/macOS: ./st2cpp --help
  • Windows: st2cpp.exe --help

Runtime Headers

The runtime headers (undoCore) are included in st2cpp_includes/.
To compile generated C++ code, add:

  • Linux/macOS: -I./st2cpp_includes/undoCore/include
  • Windows: /I./st2cpp_includes/undoCore/include