Home

Awesome

Liri Browser

License GitHub release Build Status GitHub issues Maintained

A cross-platform material design web browser

Dependencies

The following modules and their dependencies are required:

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.