Skip to content

Getting KDStateMachineEditor

Allen Winter edited this page Jun 25, 2014 · 3 revisions

Getting KDStateMachineEditor

Download Pre-Compiled Packages

At this time there are no pre-compiled packages available for KDStateMachineEditor. So 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.

Clone this wiki locally