An open API service indexing awesome lists of open source software.

https://github.com/linuxdeepin/util-dfm


https://github.com/linuxdeepin/util-dfm

Last synced: 11 days ago
JSON representation

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)