memononen / nanovg

Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
zlib License
5.15k stars 771 forks source link

Porting 2 premake5 #606

Open suzp1984 opened 3 years ago

suzp1984 commented 3 years ago

In MacOSX, there are two issues:

  1. premake4 no long executable at the newest MacOSX system, it always reminds me this is a wrong CPU type file. I guess I need to recompile the premake4 from the scratch.

  2. I can't link glfw3, because I used the HomeBrew to install glfw3, which can only be linked by glfw. I thought it's a usual way to install dependencies by HomeBrew in MacOSX, so it's better to fix it.