개발로 하는 개발

OpenCV 2.4.13.6 version Mac에 설치 한 뒤 Xcode 설정하기 본문

Tips

OpenCV 2.4.13.6 version Mac에 설치 한 뒤 Xcode 설정하기

jiwon152 2023. 8. 2. 20:33

Xcode - File _new _project - Command Line Tool - Language : C++

 

Project - Build Settings - All / Combined

- Excluded Architecture : arm64

 

Targets - Build Settings - All / Combined

- Excluded Architecture : x86_64

Add files to "project name" - find dylib files in build_opencv _lib - add all .dylib files

Targets - search "Header Search Paths" - add /usr/local/include + recursive

Edit Scheme - Run - Working Directory - Use custom working directory - set a directory for resources, image files

 

참고 : https://fwanggu-lee.tistory.com/10

 

 

'Tips' 카테고리의 다른 글

OPEN GL 3.3 설치하고 cmake로 build하기  (0) 2023.12.15
git, vim 사용  (0) 2023.09.19
OpenCV 2.x Apple Silicon에 설치하기  (0) 2023.08.02
M2에 tensorflow 설치하기  (0) 2022.11.29
What to study?  (0) 2022.06.06