andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

"You must include this library in your binary distributions." #252

Closed rawsh closed 6 years ago

rawsh commented 6 years ago

It is based on my libui, a simple cross-platform library that does the same thing, but written in C. You must include this library in your binary distributions.

Does this mean that libui needs to be included when I build? (How can I do that?) Also, what would you recommend for building for darwin - is there a way to do it from linux?

andlabs commented 6 years ago

The README is outdated; libui is now linked statically.

rawsh commented 6 years ago

Ok, cool.