Go to file
Jeff Carr 0383207f72 fix build 2024-11-16 00:07:30 -06:00
resources force add these files temporarily 2024-02-23 14:22:13 -06:00
.gitignore initial commit 2024-02-12 07:47:00 -06:00
LICENSE initial commit 2024-02-12 07:47:00 -06:00
Makefile fix build 2024-11-16 00:07:30 -06:00
README.md initial commit 2024-02-12 07:47:00 -06:00
build force add these files temporarily 2024-02-23 14:22:13 -06:00
control require chafa for display of the logo 2024-02-25 18:38:14 -06:00
main.go fix build 2024-11-16 00:07:30 -06:00

README.md

The create GUI toolkit packages for debian

This package will create a .deb package of the GUI toolkits binaries

Debian image 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 get -v go.wit.com/toolkits/debian
    cd ~/go/src/toolkits/debian
    make

To build the go-gui-toolkits .deb package:

    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