2016-01-22 14:23:58 +08:00
|
|
|
# DDE Dock
|
|
|
|
|
|
|
|
DDE Dock is Deepin Desktop Environment task bar.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
### Build dependencies
|
|
|
|
|
|
|
|
* qmake (>= 5.3)
|
2016-03-04 10:56:31 +08:00
|
|
|
* [deepin-tool-kit](https://github.com/linuxdeepin/deepin-tool-kit) (developer package)
|
2016-01-22 14:23:58 +08:00
|
|
|
|
|
|
|
### Runtime dependencies
|
|
|
|
|
2016-03-04 10:56:31 +08:00
|
|
|
* [deepin-tool-kit](https://github.com/linuxdeepin/deepin-tool-kit)
|
2016-02-29 20:33:03 +08:00
|
|
|
* [dde-daemon](https://github.com/linuxdeepin/dde-daemon)
|
2016-01-22 14:23:58 +08:00
|
|
|
* gtk+-2.0
|
|
|
|
* Qt5 (>= 5.3)
|
|
|
|
* Qt5-DBus
|
|
|
|
* Qt5-Svg
|
|
|
|
* Qt5-X11extras
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
### Build from source code
|
|
|
|
|
|
|
|
1. Make sure you have installed all dependencies.
|
|
|
|
|
|
|
|
2. Build:
|
|
|
|
```
|
|
|
|
$ cd dde-dock
|
|
|
|
$ mkdir Build
|
|
|
|
$ cd Build
|
|
|
|
$ qmake ..
|
|
|
|
$ make
|
|
|
|
```
|
|
|
|
|
|
|
|
3. Install:
|
|
|
|
```
|
|
|
|
$ sudo make install
|
|
|
|
```
|
|
|
|
|
|
|
|
When install complete, the executable binary file is placed into `/usr/bin/dde-dock`.
|
|
|
|
|
|
|
|
## Getting help
|
|
|
|
|
|
|
|
Any usage issues can ask for help via
|
|
|
|
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
|
|
|
|
* [IRC Channel](https://webchat.freenode.net/?channels=deepin)
|
|
|
|
* [Official Forum](https://bbs.deepin.org/)
|
|
|
|
* [Wiki](http://wiki.deepin.org/)
|
|
|
|
|
|
|
|
## Getting involved
|
|
|
|
|
|
|
|
We encourage you to report issues and contribute changes
|
|
|
|
* [Contribution guide for users](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Users)
|
|
|
|
* [Contribution guide for developers](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Developers)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
DDE Dock is licensed under [GPLv3](https://github.com/linuxdeepin/developer-center/wiki/LICENSE).
|