https://github.com/linuxdeepin/util-dfm
https://github.com/linuxdeepin/util-dfm
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/util-dfm
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2023-01-11T02:18:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-31T03:17:50.000Z (13 days ago)
- Last Synced: 2026-01-31T18:36:52.704Z (12 days ago)
- Language: C++
- Size: 1.8 MB
- Stars: 4
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# util-dfm
Deepin File Manager utilities (libdfm-io, libdfm-mount and libdfm-burn) developed by UnionTech Software Technology Co., Ltd
### Dependencies
### Build dependencies
debhelper (>=9),
cmake,
pkg-config,
qtbase5-dev,
qtbase5-private-dev,
qt5-qmake,
libglibmm-2.4-dev,
qttools5-dev-tools,
libglib2.0-dev,
libudisks2-dev,
libisoburn-dev,
libmediainfo-dev,
libsecret-1-dev
## Installation
``` shell
$ git clone https://github.com/linuxdeepin/util-dfm
$ cd util-dfm
```
### Install dependeincies
Make sure you have installed all dependencies.
The package name may vary between different distros. If util-dfm is available in your distro, it is a better idea to check the packaging script provided by your distro.
otherwise use this install from project.
``` shell
$ sudo apt build-dep ./
```
### Build from source code
1. Build:
```bash
$ cd util-dfm
$ mkdir build
$ cd build
$ cmake ..
$ make
```
3. Install:
```bash
$ sudo make install
```
## Documentations
## Getting help
- [Official Forum](https://bbs.deepin.org/)
- [Developer Center](https://github.com/linuxdeepin/developer-center)
- [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
- [IRC Channel](https://webchat.freenode.net/?channels=deepin)
- [Wiki](https://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English)
- [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)
- [Translate for your language on Transifex](https://www.transifex.com/linuxdeepin/deepin-file-manager/)
## License
util-dfm is licensed under [GPL-3.0-or-later](LICENSE.txt)