Skip to content

Placebo27/go-x11-client

 
 

Repository files navigation

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

Getting involved

We encourage you to report issues and contribute changes.

License

go-x11-client is licensed under GPL-3.0-or-later.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.1%
  • Python 3.5%
  • Other 0.4%