2024-02-05 12:24:32 -06:00
|
|
|
# The create GUI toolkit packages for debian
|
|
|
|
|
|
|
|
This package will create a .deb package of the GUI toolkits.
|
|
|
|
|
|
|
|
![Debian image](https://www.debian.org/logos/openlogo.svg)
|
|
|
|
*[Debian logo][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2024-02-12 15:18:50 -06:00
|
|
|
To build all the toolkits so you can build your own GUI applications:
|
2024-02-05 12:24:32 -06:00
|
|
|
|
|
|
|
```go
|
|
|
|
go get -v go.wit.com/toolkits/debian
|
|
|
|
cd ~/go/src/toolkits/debian
|
|
|
|
make
|
|
|
|
```
|
2024-02-12 15:18:50 -06:00
|
|
|
To build the go-gui-toolkits .deb package:
|
2024-02-05 12:24:32 -06:00
|
|
|
```go
|
2024-02-12 15:18:50 -06:00
|
|
|
go get go.wit.com/apps/go-deb@latest
|
|
|
|
go-deb go.wit.com/toolkits/debian
|
2024-02-05 12:24:32 -06:00
|
|
|
```
|
|
|
|
|
2024-02-12 15:18:50 -06:00
|
|
|
#### Binary Distributions
|
|
|
|
|
|
|
|
Official binary distributions are available at TODO: finish this
|
|
|
|
|
2024-02-05 12:24:32 -06:00
|
|
|
### Contributing
|
|
|
|
|
|
|
|
To contribute, please refer to [go.wit.com](http://go.wit.com)
|
|
|
|
|
|
|
|
[rf]: https://debian.org/
|
|
|
|
[cc3-by]: https://creativecommons.org/licenses/by/3.0/
|