(→Configure Your Build-System) |
(→Rocs Development Environment) |
||
| (7 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | == Checklist for Development Environment== |
The following steps are mandatory: | The following steps are mandatory: | ||
| − | # get source | + | # setup development enviroment for KDE applications |
| − | # configure | + | # get Rocs source code |
| + | # configure Rocs build system | ||
# compile Rocs | # compile Rocs | ||
# install Rocs | # install Rocs | ||
| − | # | + | # set KDEDIRS and run kbuildsycoca4 |
# run Rocs | # run Rocs | ||
| − | Now the | + | Now, the important sections in more detail: |
| − | === Get the Source === | + | === Rocs Development Environment === |
| − | You can fetch the sources | + | Usually it is '''not necessary''' to compile kdelibs and Qt from source to be able to compile Rocs. The current master branch of Rocs only requires development packges of the following framewoks: |
| + | * KDE >= 4.7 | ||
| + | * Qt >= 4.7 | ||
| + | * Boost >= 1.49 (note that the libboost-graph package is also needed) | ||
| + | Those package are usually indicated by a trailing "-dev" in the package name, as provided by your favorite distribution. | ||
| + | |||
| + | ==== Development Packages on Debian ==== | ||
| + | * kde-sc-dev-latest | ||
| + | * cmake | ||
| + | * kdelibs5-dev | ||
| + | * libboost-dev | ||
| + | * libboost-graph-dev | ||
| + | * libboost-graph1.49.0 | ||
| + | |||
| + | === Get the Rocs Source Code === | ||
| + | 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 === | ||
| Line 24: | Line 40: | ||
Then press "configure" to see if all necessary libraries are present. Finally generate make-files if nothing is red anymore. | Then press "configure" to see if all necessary libraries are present. Finally generate make-files if nothing is red anymore. | ||
| − | === Run Rocs === | + | === Setup Execution Enviroment and Run Rocs=== |
It is necessary that the following two steps are done: | It is necessary that the following two steps are done: | ||
| − | # export KDEDIRS=$HOME/rocs-install: | + | # export KDEDIRS=$HOME/rocs-install:$KDEDIRS |
# kbuildsycoca4 | # kbuildsycoca4 | ||
Finally, you can run Rocs by executing the compiled and installed binary in $HOME/rocs-install. | Finally, you can run Rocs by executing the compiled and installed binary in $HOME/rocs-install. | ||
Contents |
The following steps are mandatory:
Now, the important sections in more detail:
Usually it is not necessary to compile kdelibs and Qt from source to be able to compile Rocs. The current master branch of Rocs only requires development packges of the following framewoks:
Those package are usually indicated by a trailing "-dev" in the package name, as provided by your favorite distribution.
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.