Documentation updates.

This commit is contained in:
Pietro Gagliardi 2016-05-29 04:53:49 -04:00
parent f2e8dab465
commit d88233a0fb
3 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,9 @@ This README is being written.<br>
*Note that today's entry may be updated later today.*
* **29 May 2016**
* Thanks to @pcwalton, we can now statically link libui! Simply do `make STATIC=1` instead of just `make`.
* **28 May 2016**
* As promised, **the minimum system requirements are now OS X 10.8 and GTK+ 3.10 for OS X and Unix, respectively**.

View File

@ -27,6 +27,8 @@ The build-time settings are
TODO
DESTDIR=xxx
applied before PREFIX; used by Debian
STATIC=1
statically link instead of shared
To build the test program use

View File

@ -33,7 +33,7 @@ struct uiSpinbox {
static CGFloat stepperYDelta(void)
{
// 10.8 - 0
// 10.9 - xxx
// 10.9 - 0
// 10.10 - xxx
// 10.11 - -1
return -1;