/usr/share/doc/qt5dxcb-plugin/README.md is in qt5dxcb-plugin 1.1.8.4+ds-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | # qt5dxcb-plugin
qt5dxcb-plugin is the Qt platform integration plugin for Deepin Desktop Environment.
## Dependencies
### Build dependencies
* pkg-config
* mtdev
* xcb-xkb
* xcb-render-util
* xcb-image
* xcb-icccm4
* xcb-keysyms1-dev
* egl1-mesa
* xkbcommon-x11
* dbus-1
* udev
* xrender
* xi
* sm
* xcb-xinerama
* fontconfig
* freetype6
* glib2.0
* xcb-damage
* xcb-composite
* cairo2
* Qt5 (>= 5.6)
* Qt5-Core
* Qt5-Gui
* Qt5-OpenGL
* Qt5-X11extras
* Qt5-Core-Private
## Installation
### Build from source code
1. Make sure you have installed all dependencies.
2. Build:
```
$ cd qt5dxcb-plugin
$ mkdir build
$ cd build
$ qmake ..
$ make
```
3. Install:
```
$ sudo make install
```
## Usage
To be done.
## Getting help
You may also find these channels useful if you encounter any other issues:
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC Channel](https://webchat.freenode.net/?channels=deepin)
* [Official Forum](https://bbs.deepin.org/)
* [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) (中文)
## License
qt5dxcb-plugin is licensed under [GPLv3](LICENSE).
|