-
Notifications
You must be signed in to change notification settings - Fork 32
Getting KDStateMachineEditor
Olli Savolainen edited this page Mar 26, 2017
·
3 revisions
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.
- 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
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:
- Latest Stable Snapshot: we haven't reached a stable version yet
- Latest Development Snapshot: https://github.com/KDAB/KDStateMachineEditor/zipball/master
- Past Releases: no past releases yet
Once you have the source code, follow the build instructions in Install.txt.