Update README.md

This commit is contained in:
Nickolay 2016-08-07 23:37:50 +03:00 committed by GitHub
parent 2dde2a79e7
commit d157817e93
1 changed files with 5 additions and 3 deletions

View File

@ -22,9 +22,9 @@ It is based on my [libui](https://github.com/andlabs/libui), a simple cross-plat
It runs on/requires:
- Windows: cgo, Windows Vista SP2 with Platform Update and newer
- Mac OS X: cgo, Mac OS X 10.8 and newer
- other Unixes: cgo, GTK+ 3.10 and newer
- Windows: cgo, Windows Vista SP2 with Platform Update or newer
- Mac OS X: cgo, Mac OS X 10.8 or newer
- *nix (GNU/Linux, BSD etc): cgo, GTK+ 3.10 or newer
It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed only starting with 1.6).
@ -32,6 +32,8 @@ It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed onl
# Installation
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.