From d88233a0fb81524bff507b04fd710eb297b668ba Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 29 May 2016 04:53:49 -0400 Subject: [PATCH] Documentation updates. --- README.md | 3 +++ buildnotes | 2 ++ darwin/spinbox.m | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0784b7d..f8bf6838 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ This README is being written.
*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**. diff --git a/buildnotes b/buildnotes index 8a8c811b..56c2801f 100644 --- a/buildnotes +++ b/buildnotes @@ -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 diff --git a/darwin/spinbox.m b/darwin/spinbox.m index f9df1874..218d1530 100644 --- a/darwin/spinbox.m +++ b/darwin/spinbox.m @@ -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;