diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-27 17:24:00 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-27 17:24:00 -0400 |
| commit | 12bc0dc44090eeec6325e4d45ae236d811ccdb49 (patch) | |
| tree | 21be9c02cf89a80d3eca85224b258806d4e7fd8e | |
| parent | 9f226cf599624b1bce60db798ea2474a9cfcff5b (diff) | |
Put FreeBSD dependency installation notes in the README.
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
