Jeff Carr 7396af67a1 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
build | ||
control | ||
main.go |
README.md
The create GUI toolkit packages for debian
This package will create a .deb package of the GUI toolkits binaries
Debian logo, licensed under Creative Commons 3.0 Attributions license.
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 install go.wit.com/apps/go-clone@latest
go-clone go.wit.com/toolkits/debian
cd ~/go/src/toolkits/debian
make
To build the go-gui-toolkits .deb package:
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