Awesome
Liri Browser
A cross-platform material design web browser
Dependencies
- Qt >= 5.7.0 with at least the following modules is required:
- qtbase
- qtdeclarative
- qtquickcontrols2
The following modules and their dependencies are required:
- fluid
- SlimeEngine
- with either Oxide or QtWebEngine
Build
From the root of the repository, run:
cd liri-browser
mkdir build && cd build
qmake ..
make
Note: Oxide web engine is expected by default. To build for QtWebEngine, add CONFIG+=QTWEBENGINE_ENABLED
to your qmake
line.
Use make distclean
from inside your build
directory to clean up.
You need to do this before rerunning qmake
with different options.
Licensing
Licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.