Description: go-x11-client it is a X11 protocol go language binding.
You can also check the "Depends" provided in the debian/control file.
You can also check the "Build-Depends" provided in the debian/control file.
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
go get github.com/linuxdeepin/go-x11-client
Any usage issues can ask for help via
We encourage you to report issues and contribute changes.
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
go-x11-client is licensed under GPL-3.0-or-later.