GithubHelp home page GithubHelp logo

re2zero / dde-file-manager-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linuxdeepin/dde-file-manager-extensions

0.0 0.0 0.0 237 KB

License: GNU General Public License v3.0

C++ 94.43% C 1.42% CMake 4.15%

dde-file-manager-extensions's Introduction

dde-file-manager-extensions

This is the repository for the DDE File Manager extension plugins.

Dependencies

Build dependencies

The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control for a working build depends list

  • cmake
  • debhelper (>= 11)
  • dde-file-manager

Installation

Build from source code

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if dde-file-manager is available from your distro, check the packaging script delivered from your distro is a better idea.

Assume you are using Deepin or other debian-based distro which got dde-file-manager delivered:

$ git clone https://github.com/linuxdeepin/dde-file-manager-extensions.git
$ cd dde-file-manager-extensions
$ sudo apt build-dep ./
  1. Build:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build
  1. Install:
$ sudo cmake --build build --target install

The build products are library files, which can be found in the dde-file-manager plugin directory(/usr/lib/*/dde-file-manager/plugins).

Usage

Execute dde-file-manager

Documentations

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

dde-file-manager-extensions is licensed under GPL-3.0-or-later

dde-file-manager-extensions's People

Contributors

itsxust avatar gongheng2017 avatar max-lvs 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.