xcode配置openGL
作者:互联网
git clone https://github.com/BradLarson/GPUImage
先git clone 下这个库:
可以看到拉下来的代码里有一些examples:选择Mac文件夹里的SimplePhotoFilter文件夹里的SimplePhotoFilter.xcodeproj
打开工程之后,把 GPUImageMac.xcodeproj 文件拖到 Frameworks下面。
再点击工程里的TARGETS -> Build Phases -> Dependencies -> 添加GPUImage
添加 TARGETS -> Build Phases -> Link Binary With Libraies -> (点击+号) 添加GPUImage.framework 和 Cocoa.framework
标签:clone,Phases,git,openGL,xcode,配置,添加,GPUImage,TARGETS 来源: https://www.cnblogs.com/Bella2017/p/13025150.html