Download
Current release is 0.1. You can download ktutorial-0.1.tar.gz from project's file list.
You can also see the release notes (although there isn't much to see ;) ).
See below for build instructions, in building section.
If you do know what you are doing ;) , you can also checkout KTutorial sources from SVN repository. Go on reading to know how to do it.
In order to download the sourcecode from SVN, you'll need a SVN client.
You can check out the sourcecode anonymously in this way:
- Via SVN: svn checkout https://forja.rediris.es/svn/csl2-ktutorial/trunk/ktutorial
That command, typed in a terminal, will create a subdirectory named ktutorial in the directory it was executed, and it will download in the ktutorial subdirectory the sourcecode.
In order to build KTutorial, it doesn't matter if you downloaded it from a release or from SVN.
You will need CMake and KDE 4 kdelibs development packages installed in your system. It can be built like any other KDE 4 library or application.
Create a build subdirectory in ktutorial directory, and change to it. Now, in a terminal, just run cmake ../ && make and it will configure and build KTutorial in the build directory. Once built, execute make install and you are done (you will likely need to change to root user, as default KDE installation is usually only root writable).
If you want to specify a prefix to install KTutorial to, instead of using KDE default installation directory, call CMake using the parameter -DCMAKE_INSTALL_PREFIX=/installation/prefix. For debugging purposes, use -DCMAKE_BUILD_TYPE=debugfull. To automatically build the unit tests when the library is built, use -DKDE4_BUILD_TESTS=ON.
Last updated: 2009-03-11