fedya / browser

:earth_americas: The next generation of Liri Project's Liri Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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:

qmake .. CONFIG+=QTWEBENGINE_ENABLED

Use make distclean from inside your build directory to clean up. You need to do this before rerunning qmake with different options.

Install

From your build directory, run:

sudo make install

The browser will be installed to /usr/local by default. To specify a custom installation prefix, set the PREFIX environment variable when running qmake. For example:

PREFIX=/opt qmake ..

Licensing

Licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.

About

:earth_americas: The next generation of Liri Project's Liri Browser

License:GNU General Public License v3.0


Languages

Language:QML 66.1%Language:C++ 32.6%Language:QMake 1.3%