Go to file
Jeff Carr 1e1a3ef9f0 switch to go-clone 2024-03-21 19:45:13 -05:00
debian start moving to a go-gui-toolkit package 2024-02-12 15:18:50 -06:00
.gitignore start moving to a go-gui-toolkit package 2024-02-12 15:18:50 -06:00
LICENSE this packaging code itself is GPL 2024-01-31 01:33:31 -06:00
Makefile switch to go-clone 2024-03-21 19:45:13 -05:00
README.md start moving to a go-gui-toolkit package 2024-02-12 15:18:50 -06:00
build start moving to a go-gui-toolkit package 2024-02-12 15:18:50 -06:00

README.md

The create GUI toolkit packages for debian

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

Debian image Debian logo, licensed under Creative Commons 3.0 Attributions license.

Our canonical Git repository is located at https://git.wit.org/toolkits/debian

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.

Download and Install

Install 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/toolkits/debian

Binary Distributions

Official binary distributions are available at TODO: finish this

Contributing

To contribute, please refer to go.wit.com