Documentation updates.
This commit is contained in:
parent
f2e8dab465
commit
d88233a0fb
|
@ -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**.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue