From 97aeb1ee8af6cc4169c517299fbca75144f4ab6e Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Feb 2017 23:05:00 +0100 Subject: [PATCH] Update README.md At least the installation section is no longer empty. This might clear stuff up for people with little go experience. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 18cab66..b376879 100644 --- a/README.md +++ b/README.md @@ -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.