(update to GIT) |
(→Get the Source) |
||
| Line 11: | Line 11: | ||
=== Get the Source === | === Get the Source === | ||
| − | You can fetch the sources from | + | You can fetch the sources from the [https://projects.kde.org/projects/kde/kdeedu/rocs/repository Rocs Project Page] by cloning the Git repository. Let's say you fetch the source to: "$HOME/rocs-source" |
=== Configure Your Build-System === | === Configure Your Build-System === | ||
Contents |
The following steps are mandatory:
Now the steps with more details:
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.