summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-03-27 01:57:59 -0400
committerPietro Gagliardi <[email protected]>2018-03-27 01:57:59 -0400
commit056526af34474aba3c0a2f5458836fce3f29cbbc (patch)
tree934ffdd30e45e75a64a3908b0ab85bdc56990524 /README.md
parentdbfc38f49b7f7e4b25235d5749740f4a05156c35 (diff)
Added GTK+ 3.0 install instructions. Addresses #255 for now, but a better solution may be needed...
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7bade1d..87115d9 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,9 @@ 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
+ - Debian, Ubuntu, etc.: `sudo apt-get install libgtk-3-devel`
+ - Red Hat/Fedora, etc.: `sudo dnf install gtk3-devel`
+ - TODO point out this is fine for most people but refer to distro docs if more control is needed, including cross-compilation instructions
It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed only starting with 1.6).