ui
ui copied to clipboard
Dependencies and static linking on MacOS
The readme says that V ui binaries have no dependencies, but when I run otool on the binary on MacOS it seems to be linking to multiple dynamic libraries, for example freetype and glfw. The readme states that we need these for development and that this dependency will be removed, does that mean that for now the distributed binaries also have dependencies until this is removed? Is there a way to statically link to the appropriate libraries to get a completely standalone binary?
They will be linked statically, I'll fix it this week.