Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed onl

# Installation

Start by installing the dependencies. On a standard ubuntu installation, you are likely to be missing gtk+-3.0. Install it by doing

apt install gtk+-3.0

and download the library with go get

go get github.com/andlabs/ui

# Documentation

The in-code documentation needs improvement. I have written a [tutorial](https://github.com/andlabs/ui/wiki/Getting-Started) in the Wiki.
Expand Down