linuxdeepin / dde-file-manager

File manager for deepin desktop environment.
GNU General Public License v3.0
384 stars 175 forks source link
dde deepin qt5

dde-file-manager

Deepin File Manager is a file management tool independently developed by Deepin Technology, featured with searching, copying, trash, compression/decompression, viewing file property and other file management functions.

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

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
$ cd dde-file-manager
$ sudo apt build-dep ./
  1. Build:

    $ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
    $ cmake --build build
  2. Install:

    $ sudo cmake --build build --target install

The executable binary file could be found at /usr/bin/dde-file-manager

Usage

Execute dde-file-manager

Documentations

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

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