Coder Social home page Coder Social logo

yang123vc / browser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lirios/browser

0.0 1.0 0.0 563 KB

:earth_africa: Cross-platform Material design web browser

License: Other

Shell 1.66% CMake 1.99% QML 61.81% C++ 33.17% Objective-C++ 1.37%

browser's Introduction

Liri Browser

License GitHub release Build Status Snap Status GitHub issues Maintained

A cross-platform Material Design web browser.

Dependencies

Qt >= 5.10.0 with at least the following modules is required:

The following modules and their dependencies are required:

Installation

We use the Qbs build system.

If you want to learn more, please read the Qbs manual, especially the setup guide and how to install artifacts from the installation guide.

If you haven't already, start by setting up a qt5 profile for qbs:

qbs setup-toolchains --type gcc /usr/bin/g++ gcc
qbs setup-qt $(which qmake) qt5 # make sure that qmake is in PATH
qbs config profiles.qt5.baseProfile gcc

Then, from the root of the repository, run:

qbs -d build -j $(nproc) profile:qt5 # use sudo if necessary

To the qbs call above you can append additional configuration parameters:

  • modules.lirideployment.prefix:/path/to/prefix where most files are installed (default: /usr/local)
  • modules.lirideployment.dataDir:path/to/lib where data files are installed (default: /usr/local/share)
  • modules.lirideployment.libDir:path/to/lib where libraries are installed (default: /usr/local/lib)
  • modules.lirideployment.qmlDir:path/to/qml where QML plugins are installed (default: /usr/local/lib/qml)
  • modules.lirideployment.pluginsDir:path/to/plugins where Qt plugins are installed (default: /usr/local/lib/plugins)
  • modules.lirideployment.qbsModulesDir:path/to/qbs where Qbs modules are installed (default: /usr/local/share/qbs/modules)

See lirideployment.qbs for more deployment-related parameters.

You can also append the following options to the last line:

  • project.withFluid:true: use git submodule for Fluid

Documentation

Find more information in the Liri Browser documentation.

Credits

Many thanks to ...

Please refer to AUTHORS.md for a list of everyone who directly contributed code via Git.

Licensing

Contains the QtSingleApplication (see the 3rdparty/qtsingleapplication folder) module which is licensed under the 3-clause BSD license (see LICENSE.BSD).

Liri Browser is licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.

browser's People

Contributors

fedya avatar plfiorini avatar poisonousjohn avatar probonopd avatar timsueberkrueb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.