How to obtain Step
In order to compile Step you need a recent KDE 4 libraries (Qt 4.4.0 and kdelibs trunk) and the GMM library (http://download.gna.org/getfem/stable/gmm-3.0.tar.gz).
Step can optionally use
- the GSL library (http://www.gnu.org/software/gsl or from your distribution) for solvers
- the libqalculate library (http://qalculate.sourceforge.net/ or from your distribution) for unit conversion.
SVN - Unstable KDE 4.1 trunk
You can fetch the source code from the SVN repository. This small tutorial will show you how to fetch, compile, and install the latest development version of Step. If you need other versions, please refer the official "Subversion with KDE" tutorial.
SVN Client Version
Ensure that you have a SVN client version 1.1 or later installed on your machine.
Fetching The Sources
Follow these steps:
$ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu $ cd kdeedu
Compiling And Installing
To compile and install Step change into the kdeedu directory. Now follow these steps:
$ mkdir build $ cd build $ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull .. $ cd libkdeedu $ make $ su -c "make install" $ cd ../ $ cd step $ make $ su -c "make install"
Last command will prompt you to enter the root password.
Last update: 2008-05-11
The KDE Education Project