标签:
GPUImage介绍::::https://github.com/BradLarson/GPUImage
1.首先从github上把GPUImage clone下来
2.新建一个项目GG~
3.将GPUImage的framework文件夹拖到GG下面的一个子文件夹中
4.将GPUImage.xcodeproj拖入到GG得.xcodeproj中
5.添加targetDependencies,如下图

6.在link binary with libraries添加libGPUImage.a

7.添加头文件搜索路径
"Build Settings". Search for "Header Search Paths"

至此就可以使用GPUImage了~
标签:
原文地址:http://www.cnblogs.com/xyzaijing/p/4281765.html