GithubHelp home page GithubHelp logo

mikalv / files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lirios/files

0.0 3.0 0.0 389 KB

:rocket: File manager

License: GNU General Public License v2.0

QML 4.84% C++ 56.08% C 38.92% QMake 0.14% Shell 0.03%

files's Introduction

Files

ZenHub.io

License GitHub release Build Status GitHub issues Maintained

File manager.

Dependencies

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

The following modules and their dependencies are required:

Optional dependencies:

Installation

Qbs is a new build system that is much easier to use compared to qmake or CMake.

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

From the root of the repository, run:

qbs setup-toolchains --type gcc /usr/bin/g++ gcc
qbs setup-qt /usr/bin/qmake-qt5 qt5
qbs config profiles.qt5.baseProfile gcc
qbs -d build -j $(nproc) profile:qt5 # use sudo if necessary

On the last qbs line, you can specify additional configuration parameters at the end:

  • qbs.installRoot:/path/to/install (for example /opt/liri or /usr)

The following are only needed if qbs.installRoot is a system-wide path such as /usr and the default value doesn't suit your needs. All are relative to qbs.installRoot:

  • lirideployment:libDir=path/to/lib where libraries are installed (default: lib)
  • lirideployment:qmlDir=path/to/qml where QML plugins are installed (default: lib/qml)

See qbs/shared/modules/lirideployment/lirideployment.qbs for more deployment-related parameters.

You can also specify the following options:

  • qbsbuildconfig:enableTaglib=false to not use taglib to extract tags

If you specify qbs.installRoot you might need to prefix the entire line with sudo, depending on whether you have permissions to write there or not.

Licensing

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

files's People

Contributors

ibelieve avatar maxmansfield avatar plfiorini avatar ricardomv avatar

Watchers

 avatar  avatar  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.