From 746bd3a2b66cc995d287abefb0ecf95e3e26ea35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=87=E9=9D=92?= Date: Fri, 22 Jan 2016 14:23:58 +0800 Subject: [PATCH] impove README.me Change-Id: Id2ec85628b590bbe37e6f02b08858841d40ae493 --- README.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a248034..880419e06 100644 --- a/README.md +++ b/README.md @@ -1 +1,60 @@ -# dde-workspace-2015 \ No newline at end of file +# DDE Dock + +DDE Dock is Deepin Desktop Environment task bar. + +## Dependencies + +### Build dependencies + +* qmake (>= 5.3) +* [libdui](https://github.com/linuxdeepin/libdui) (developer package) + +### Runtime dependencies + +* [libdui](https://github.com/linuxdeepin/libdui) +* [dde-daemon]((https://github.com/linuxdeepin/dde-daemon) +* 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).