Added GTK+ 3.0 install instructions. Addresses #255 for now, but a better solution may be needed...

This commit is contained in:
Pietro Gagliardi 2018-03-27 01:57:59 -04:00
parent dbfc38f49b
commit 056526af34
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ It runs on/requires:
- Windows: cgo, Windows Vista SP2 with Platform Update and newer - Windows: cgo, Windows Vista SP2 with Platform Update and newer
- Mac OS X: cgo, Mac OS X 10.8 and newer - Mac OS X: cgo, Mac OS X 10.8 and newer
- other Unixes: cgo, GTK+ 3.10 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). It also requires Go 1.6 or newer (due to various bugs in cgo that were fixed only starting with 1.6).