Bumped minimum versions.

This commit is contained in:
Pietro Gagliardi 2016-05-28 13:08:04 -04:00
parent 8e729f3615
commit aef0521c25
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ It is based on my [libui](https://github.com/andlabs/libui), a simple cross-plat
It runs on/requires: It runs on/requires:
- Windows: cgo, Windows Vista and newer - Windows: cgo, Windows Vista SP2 with Platform Update and newer
- Mac OS X: cgo, Mac OS X 10.7 and newer - Mac OS X: cgo, Mac OS X 10.8 and newer
- other Unixes: cgo, GTK+ 3.4 and newer - other Unixes: cgo, GTK+ 3.10 and newer
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).

View File

@ -2,7 +2,7 @@
package ui package ui
// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -Wl,-rpath,@executable_path // #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -Wl,-rpath,@executable_path/
// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction) */ // /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction) */
// #include <CoreFoundation/CoreFoundation.h> // #include <CoreFoundation/CoreFoundation.h>
// #include <pthread.h> // #include <pthread.h>