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
|
# go-x11-client
**Description**:
go-x11-client it is a X11 protocol go language binding.
## Dependencies
You can also check the "Depends" provided in the debian/control file.
### Build dependencies
You can also check the "Build-Depends" provided in the debian/control file.
## Installation
### Deepin
Install prerequisites
```
$ sudo apt-get build-dep go-x11-client
```
Build
```
$ GOPATH=/usr/share/gocode make
```
Install
If you have isolated testing build environment (say a docker container), you can install it directly.
```
$ sudo make install
```
generate package files and install go-x11-client with it.
```
$ debuild -uc -us ...
$ sudo dpkg -i ../golang-github-linuxdeepin-go-x11-client.deb
```
## Usage
go get github.com/linuxdeepin/go-x11-client
## 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)
* [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
go-x11-client is licensed under [GPL-3.0-or-later](LICENSE).
|