SVN version
Prev
Next

SVN version

To download the latest development source, you need to go to KDE SVN and download it from there. The current SVN address of the repository is: svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/addons/kbfx

Here are the instructions on how to get a copy of the SVN Repository:

  1. Install your distribution's package named "subversion" OR download and install it from subversion's homepage

  2. Create a folder where you will compile/install KBFX and enter in it. For example do this:

    > mkdir -p ~/usr/src/svn
    > cd ~/usr/src/svn
    				
  3. Checkout the SVN version of KBFX in this way and proceed as follows:

    > svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/addons/kbfx
    > cd  kbfx_plasma
    				
  4. Proceed with the compilation/installation of KBFX:

    > ./build.sh
    				
  5. If you want always to have the latest version of KBFX you may leave the folder "~/usr/src/svn/kbfx_plasma" intact for future use. When you want to update the source files of KBFX you just need to do svn up in this folder, delete the folder "~/usr/src/svn/kbfx_plasma/build" and start the ./build.sh script i.e:

    > cd ~/usr/src/svn/kbfx_plasma
    > svn up
    > rm -fR build
    > ./build.sh
    				
Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team