(→Getting Started) |
(→Getting Started) |
||
Line 1: | Line 1: | ||
− | == | + | == Checklist for Development Environment== |
The following steps are mandatory: | The following steps are mandatory: | ||
# setup development enviroment for KDE applications | # setup development enviroment for KDE applications | ||
Line 6: | Line 6: | ||
# compile Rocs | # compile Rocs | ||
# install Rocs | # install Rocs | ||
− | # | + | # set KDEDIRS and run kbuildsycoca4 |
+ | # run Rocs | ||
− | Now the | + | Now, the important sections in more detail: |
=== Get the Rocs Source Code === | === Get the Rocs Source Code === |
The following steps are mandatory:
Now, the important sections in more detail:
You can fetch the sources from the Rocs Project Page by cloning the Git repository. Let's say you fetch the source to: "$HOME/rocs-source"
Next, we need folders for building and for installing Rocs. Let's say
Then we need to say the build-scripts that those folders exist. Very comfortable this can be done by using the program cmake-gui. Take care to set the following:
Then press "configure" to see if all necessary libraries are present. Finally generate make-files if nothing is red anymore.
It is necessary that the following two steps are done:
Finally, you can run Rocs by executing the compiled and installed binary in $HOME/rocs-install.