From f2b66550181f2ba05c2e01353d874bbc26c02dd2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 12 Feb 2024 07:47:00 -0600 Subject: initial commit --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9819e6 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# The create GUI toolkit packages for debian + +This package will create a .deb package of the GUI toolkits binaries + +![Debian image](https://www.debian.org/logos/openlogo.svg) +*[Debian logo][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].* + +The package source files are distributed under the various licenses. Some are proprietary +because the underlying OS is proprietary. Whenever possible, the Linux ones are GPL. + +#### Install the toolkits from source + +To build all the toolkits so you can build your own GUI applications: + +```go + go get -v go.wit.com/toolkits/debian + cd ~/go/src/toolkits/debian + make +``` +To build the go-gui-toolkits .deb package: +```go + go get go.wit.com/apps/go-deb@latest + go-deb go.wit.com/apps/go-gui-toolkits +``` + +This will put the debian package in your ~/incoming/ directory + +### Contributing + +To contribute, please refer to [go.wit.com](http://go.wit.com) + +[rf]: https://debian.org/ +[cc3-by]: https://creativecommons.org/licenses/by/3.0/ -- cgit v1.2.3