summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-27 17:24:00 -0400
committerPietro Gagliardi <[email protected]>2014-03-27 17:24:00 -0400
commit12bc0dc44090eeec6325e4d45ae236d811ccdb49 (patch)
tree21be9c02cf89a80d3eca85224b258806d4e7fd8e
parent9f226cf599624b1bce60db798ea2474a9cfcff5b (diff)
Put FreeBSD dependency installation notes in the README.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 931b65a..3d2bf2e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,9 @@ ui aims to run on all supported versions of supported platforms. To be more prec
ui itself has no outside Go package dependencies; it is entirely self-contained.
-To install, simply `go get` this package. On Mac OS X, make sure you have the Apple development headers. On other Unixes, make sure you have the GTK+ development files (for Ubuntu, `libgtk-3-dev` is sufficient).
+To install, simply `go get` this package. On Mac OS X, make sure you have the Apple development headers. On other Unixes, make sure you have the GTK+ development files:
+* for Ubuntu, `libgtk-3-dev` is sufficient
+* for FreeBSD with the pkgng system, `gtk3` is sufficient, however you will need to manually install `pkgconf` to please cgo (and you may need to specify `CC=gcc47`) (this should be put on the Go wiki)
Package documentation is available at http://godoc.org/github.com/andlabs/ui.