首先感謝網路大神的幫助,經理了n多次的失敗後,折騰了一上午後終於成功。mark!
首先需要安裝xcode,這個比較簡單;
其次需要安裝opencv,我是macports方式進行安裝的,也可以使用homebrew進行安裝,網上教程一大堆。
然後就是xcode建立工程,使用c++環境的command line tool,期間主要是新增動態庫及標頭檔案和庫檔案
編譯有時候不通過主要是將debug的選擇項都是no即可
基本上就可以了。顯示的例程如下:
//// main.cpp
// opencvtest
//// created by 郭鋒 on 15/6/10.
//#include
#include
#include
//#include
#include
#include
//#include "stdafx.h"
usingnamespace
std;
#define byte unsigned char
int main(int argc,const
char * argv)
執行結果如下
xcode6以上空模板配置
這邊提供乙份空模板配置的文件 1.確定安裝的xcode在應用程式中得絕對路徑。2.開啟終端,使用cd指令,進入目錄 addmissingtemplates master 要找到你存放 addmissingtemplates master的路徑 然後執行裡面的指令碼addmissingtemplate...
xcode編譯配置
之前做cocos2dx的時候一直不明白srcroot和project dir是什麼具體含義,以為是2dx構建的,最近才查了一些資料。1.srcroot 巨集和 project dir 巨集 都指 xcodeproj所在的父目錄。2.search paths裡有引號和沒有引號的區別 雙引號的作用是如果...
Zxing在Xcode4 5 ios6的配置
xcode更新到4.5以後,原來使用的zxing庫有問題,在網上可以找到解決方案。問題1.iphone zxingwidget classes parsedresults parsedresult.m 78 41 incompatible pointer types sending class ak...