mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
impove README.me
Change-Id: Id2ec85628b590bbe37e6f02b08858841d40ae493
This commit is contained in:
parent
a2900404e8
commit
746bd3a2b6
Notes:
Deepin Code Review
2016-06-14 07:19:47 +00:00
Verified+1: Anonymous Coward #1000004 Code-Review+2: fasheng <xufasheng@linuxdeepin.com> Submitted-by: <yangwanqing@linuxdeepin.com> Submitted-at: Wed, 27 Jan 2016 15:08:24 +0800 Reviewed-on: https://cr.deepin.io/10550 Project: dde/dde-dock Branch: refs/heads/master
61
README.md
61
README.md
@ -1 +1,60 @@
|
||||
# dde-workspace-2015
|
||||
# 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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user