Hello friends…
This blog is all about building GCompris on Linux based os for development purpose. Gcompris is a high-quality educational software suite comprising of numerous activities by KDE.
I am using Fedora 22 for this purpose.
- First of all you have to clone Gcompris repo from Github to your local computer.Click here to go . Then Click on “clone or download” green button.

- Unzip the folder.

- Open QtCreator –>Go to FILE menu –>click on Open File or Project. Then a dialog box will appear to select the project. Open the GCompris folder in the dialog box and the “CMakeLists.txt” file.
- Build the project by clicking on green triangle on bottom left hand side.
(Optional): If there is a problem regarding QML_BOX2D_LIBRARY . Then click on “Projects” on right hand side.In the Build and Run option, Click on ‘Build’.
Build Setting will appear on right hand side.Search for “QML_BOX2D_LIBRARY”, we have to change its value to path of qmake in qt. In my case it : “/home/nityanand32/Qt5.8.0/5.8/gcc_64/bin”.
We Are Done !!!


