ui icon indicating copy to clipboard operation
ui copied to clipboard

Dependencies and static linking on MacOS

Open phillvancejr opened this issue 4 years ago • 1 comments

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?

phillvancejr avatar May 16 '20 14:05 phillvancejr

They will be linked statically, I'll fix it this week.

medvednikov avatar May 16 '20 14:05 medvednikov