gcompris / GCompris-qt

GCompris in Qt Quick - Mirror of https://invent.kde.org/education/gcompris
218 stars 167 forks source link

Updated with needs of Debian 11 and Raspberry Pi #278

Closed kentavv closed 2 years ago

kentavv commented 2 years ago

Instructions for building on fresh Debian 11.2 and Raspberry Pi's. I was not able to figure out QtCreator so added example of cmake alternative.

petitlapin commented 2 years ago

In all cases, cmake is mandatory (QtCreator uses it to build). I've commited https://invent.kde.org/education/gcompris/commit/2b153acb5cdde64b24888f2997c2a7bf7672fb2d for this change.

Thank you!

Johnny

kentavv commented 2 years ago

cmake should be tacked onto the apt install line then. It was not installed on fresh Debian 11.2 or Raspberry Pi installs. Best wishes

petitlapin commented 2 years ago

I've added it in the line above the Qt install to split them. If you think it is better to have them in the same list, I will update it.