Skip to content

linuxdeepin/dde-file-manager

Repository files navigation

dde-file-manager

Deepin File Manager is a file management tool independently developed by Deepin Technology, featuring functions such as searching, copying, trash management, compression/decompression and viewing file properties.

Dependencies

Build dependencies

The master branch is current development branch, build dependencies may change without updating README.md. Please refer to ./debian/control for an accurate list of build dependencies

  • cmake,
  • debhelper (>=9),
  • pkg-config,
  • dh-systemd,
  • qtbase5-dev,
  • qtbase5-private-dev,
  • qtmultimedia5-dev,
  • libffmpegthumbnailer-dev,
  • libqt5svg5-dev,
  • libpolkit-agent-1-dev,
  • libpolkit-qt5-1-dev,
  • libdtkwidget-dev,
  • libdtkgui-dev,
  • libdtkcore-dev,
  • libdtkcore5-bin,
  • qttools5-dev-tools,
  • dde-dock-dev(>=4.8.4.1),
  • libdframeworkdbus-dev,
  • libtag1-dev,
  • libdmr-dev,
  • libicu-dev,
  • libdeepin-pdfium-dev,
  • libqt5xdg-dev,
  • libgio-qt-dev,
  • libdfm-io-dev,
  • libdfm-mount-dev,
  • libdfm-burn-dev,
  • libssl-dev,
  • libgtest-dev,
  • libgmock-dev,
  • libgsettings-qt-dev,
  • liblucene++-dev,
  • libdocparser-dev,
  • libboost-filesystem-dev,
  • libsecret-1-dev,
  • libkf5codecs-dev,
  • libpoppler-cpp-dev,
  • libcryptsetup-dev,
  • deepin-desktop-base | deepin-desktop-server | deepin-desktop-device

Installation

Build from source code

  1. Make sure you have installed all dependencies.

The package name may vary between different distros. If dde-file-manager is available in your distro, it is a better idea to check the packaging script provided by your distro.

Assume you are using Deepin or another Debian-based distro that provides dde-file-manager:

$ 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
  1. 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

Documentation

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