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.
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
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 ./
Build:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build
Install:
$ sudo cmake --build build --target install
The executable binary file could be found at /usr/bin/dde-file-manager
Execute dde-file-manager
We encourage you to report issues and contribute changes
dde-file-manager is licensed under GPL-3.0-or-later