General issue tracking and wikis for Papyros, along with a CMake superbuild for easy building of all the papyros projects.
- Qt 5.5, including the following modules:
- QtQuick.Controls
- QtGraphicalEffects
- QtWayland
- Wayland
- CMake
- Extra CMake Modules
- QT5XDG
- KDE Frameworks
- KConfig
- KWallet
- KDeclarative
- Solid
- NetworkManagerQt
- ModemManagerQt (optional)
- ALSA or PulseAudio
- xdg-app compiled with
--enable-libxdgapp
The CMakeLists.txt
provides a superbuild which checks out and builds the following projects:
- qml-material
- libpapyros
- greenisland
- papyros-shell
- terminal-app
- settings-app
- software-app
To build the superbuild, run the following commands:
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr # or ~/.local for local builds
make
That's it! CMake will automatically download, build, and install the included projects!
To run the desktop shell, simply run:
papyros-session