Skip to content

Getting KDStateMachineEditor

Olli Savolainen edited this page Mar 26, 2017 · 3 revisions

Getting KDStateMachineEditor

Download Pre-Compiled Packages

Prebuilt (against Qt5) packages for some popular Linux distributions can be found at: https://software.opensuse.org/package/kdstatemachineeditor

For MacOS, Windows and other Linux distributions you'll need to build from source.

Building From Source

Requirements for compiling and using it:

  • Qt (obviously) >= 5.3.0
  • CMake >= 2.8.11

The following libraries enable extra features when found on your system at compile time:

  • GraphViz, strongly recommended

Building

Easist way to get the source is cloning the Git repository:

git clone git://github.com/KDAB/KDStateMachineEditor.git

A ZIP download is also available:

Once you have the source code, follow the build instructions in Install.txt.