(→Artikulate Development Environment: increase build dependency) |
|||
Line 15: | Line 15: | ||
=== Artikulate Development Environment === | === Artikulate Development Environment === | ||
Usually it is '''not necessary''' to compile kdelibs and Qt by yourself! The current master branch only requires development packges of the following framewoks: | Usually it is '''not necessary''' to compile kdelibs and Qt by yourself! The current master branch only requires development packges of the following framewoks: | ||
− | * KDE >= 4. | + | * KDE >= 4.10 |
* Qt >= 4.8 | * Qt >= 4.8 | ||
* CMake >= 2.8.9 | * CMake >= 2.8.9 |
Artikulate is a pronunciaton trainer, currently in the Edu Playground. This means the application is not released yet and still under development! Please take this in mind when looking at the application. Though already now, all kinds of bug reports are very welcomed!
The following general steps are mandatory:
Some of these steps need further explenations:
Usually it is not necessary to compile kdelibs and Qt by yourself! The current master branch only requires development packges of the following framewoks:
Those package are usually provided by your distribution. Not that you also must install the development packages (often indicated by a trailing "-dev" in the package name).
You can fetch the sources from the Artikulate Project Page by cloning the Git repository. Let's say for the further explenations here that you fetch the source to: "$HOME/artikulate-source" (replace $HOME by the path to your home directory!)
Next, we need folders for building and for installing Artikulate. Let's say we create folders
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 variables:
Then press "configure" to see if all necessary libraries are present. Maybe you must press configure twice to get all red warnings resolved. If nothing red remains, all dependencies are found. To generate the build files, press "Generate".
It is necessary that the following variables are set when executing the application. This can either be done in your IDE (like KDevelop or QtCreator) or at the console with the export command, i.e.:
Finally, you can run your build Artikulate binaries in $HOME/artikulate-install/bin/artikulate.