This is the file manager app for Papyros. The UI is build with our Material Design framework, and the backend is based on the Ubuntu Touch file manager. The goal is for the app to be cross patform and run on Linux, OS X, and Windows.
Brought to you by the Papyros development team.
- Qt 5.3 or higher
- QML Material
- QML Extras
- KI18n KDE framework (used for translations)
- KDeclarative KDE framework (used for translations in QML)
From the root of the repository, run:
$ mkdir build; cd build
$ cmake ..
$ make
$ make check # Optional, make sure everything is working correctly
$ sudo make install
QML Extras is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.