st2cpp v0.2.1
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