Age | Commit message (Collapse) | Author |
|
Starting with 1.7.1, OpenBoard supports building with cmake.
The community build has several advantages:
1. FHS-compliant layout
2. Easy configuration of Qt version
3. Use of cmake is more common and standardised
4. Many of the patches and files become unnecessary.
The unnecessary files have been removed, together with several
unused dependencies.
|
|
(Thanks to Cédric Martínez Campos for the suggestion!)
|
|
- include .desktop file
- install resources (library, ...) from source tarball into /opt/openboard/
- move executable to /opt/openboard/OpenBoard and make /usr/bin/openboard a link to it, like other distributions. This is necessary to make OpenBoard discover the resources in /opt/openboard/
|