Go to file
Jeff Carr 926242710b docs
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-02-05 12:24:32 -06:00
debian clean exit from make 2024-01-18 16:46:34 -06:00
.gitignore new release 2024-01-31 01:00:28 -06:00
LICENSE this packaging code itself is GPL 2024-01-31 01:33:31 -06:00
Makefile docs 2024-02-05 12:24:32 -06:00
README.md docs 2024-02-05 12:24:32 -06:00
main.go docs 2024-02-05 12:24:32 -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

Binary Distributions

Official binary distributions are available at TODO: finish this

Install From Source

To download the toolkit packages:

    go get -v go.wit.com/toolkits/debian
    cd ~/go/src/toolkits/debian
    make

To build the debian package

    go get -v go.wit.com/toolkits/debian
    cd ~/go/src/toolkits/debian
    make debian

Contributing

To contribute, please refer to go.wit.com