How to obtain Step
In order to compile Step you need a recent KDE 4 libraries (Qt 4 and kdelibs) and GMM library (which is available in kdesupport). You also need cmake >= 2.4.5
Step can optionally use GSL library for solvers and libqalculate library for unit conversion.
Please set the KDEDIRS environment variable to point to where your KDE 4 is installed.
Download pre-alpha release from sourceforge
The latest pre-alpha release of Step is available at sourceforge.net: Step download page. You can also download the GMM library (if you have not already installed it as a part of kdesupport) from the same page.
Get Step from the SVN repository
$ cd trunk/playground/edu
$ svn co svn://anonsvn.kde.org/home/kde/trunk/playground/edu/step
$ cd step
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
$ make
$ su -c 'make install'
You can also browse the code at http://websvn.kde.org/trunk/playground/edu/step/
Last update: 2008-01-11
The KDE Education Project