diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -12,26 +12,25 @@ because the underlying OS is proprietary. Whenever possible, the Linux ones are ### Download and Install -#### Binary Distributions - -Official binary distributions are available at TODO: finish this - #### Install From Source -To download the toolkit packages: +To build all the toolkits so you can build your own GUI applications: ```go go get -v go.wit.com/toolkits/debian cd ~/go/src/toolkits/debian make ``` -To build the debian package +To build the go-gui-toolkits .deb package: ```go - go get -v go.wit.com/toolkits/debian - cd ~/go/src/toolkits/debian - make debian + 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](http://go.wit.com) |
