You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version ships with an obsolete version of libui (under OS X).
How could I provide my own version of libui ?
Is there a version of the code (or a version of the Makefile) which looks for an installation of libui on the system rather than installing a specific (possibly obsolete) one.
Thanks.
The text was updated successfully, but these errors were encountered:
This is intentional; package ui only ships with tagged stable versions of libui, and there hasn't been one since then. Unless I forgot to rebuild with a newer tag? I've already forgotten now; sorry. (TODO find a way to embed the tag version into libui itself.)
You can substitute libui_darwin_amd64.a with one built from source using cmake -DBUILD_SHARED_LIBS=OFF. Be sure to replace ui.h as well. Do note that the API might have changed.
Hi,
The current version ships with an obsolete version of libui (under OS X).
How could I provide my own version of libui ?
Is there a version of the code (or a version of the Makefile) which looks for an installation of libui on the system rather than installing a specific (possibly obsolete) one.
Thanks.
The text was updated successfully, but these errors were encountered: