Compiling OpenGL SOIL on Mac OS X

前端 未结 4 2169
余生分开走
余生分开走 2021-02-14 07:40

How would I link in or compile SOIL (http://lonesock.net/soil.html) into my C++ OpenGL project on Mac OS X?

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-14 08:12

    @Adam Luchjenbroers: Actually you can just run make -f makefile and it will work (at least with my current version of make)

    You can pass any file to make with the -f flag

提交回复
热议问题