Go to file
Jeff Carr 7396af67a1 fixes for new gitpb 2024-12-17 07:09:22 -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 new attempt at this package 2024-12-14 22:15:13 -06:00
README.md need to email golang devs about plugins 2024-12-04 03:14:32 -06:00
build new attempt at this package 2024-12-14 22:15:13 -06:00
control need to email golang devs about plugins 2024-12-04 03:14:32 -06:00
main.go fixes for new gitpb 2024-12-17 07:09:22 -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 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