Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

사용한 라이브러리 및 설정 방법 #13

Open
taeguk opened this issue Jan 2, 2016 · 0 comments
Open

사용한 라이브러리 및 설정 방법 #13

taeguk opened this issue Jan 2, 2016 · 0 comments
Milestone

Comments

@taeguk
Copy link
Member

taeguk commented Jan 2, 2016

We are the PYO2016!!

1. OpenCV

1. 다운로드

2. 환경 변수 설정

  • OPENCV_DIR_X86 : 설치경로\build\x86\vc12
  • OPENCV_DIR_X64 : 설치경로\build\x64\vc12
  • path에 %OPENCV_DIR_X86%\bin , %OPENCV_DIR_X64%\bin 추가

3. 비주얼 스튜디오 설정

  • 비주얼 스튜디오 속성관리자에서 Properties/ 속성 시트 추가!

2. BOOST

1. 부스트 다운로드

2. 압축을 푼 뒤 bootstrap.bat을 실행

3. cmd 창에서 아래와 같은 옵션을 주어 빌드 실행

C:\boost\boost_1_60_0\b2 toolset=msvc-14.0 variant=debug,release link=static threading=multi address-model=32 runtime-link=static

(명령어에서 비주얼스튜디오 버전, boost버전, 환경변수, 실행위치 주의.)

(잘못되면 b2 clean)

cl 컴파일러 에러시 C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcarsall.bat 실행으로 환경변수 설정 후 다시 실행.

4. 비주얼 스튜디오 프로젝트 속성에서 아래와 같이 설정

compiler include paths : C:/boost/boost_1_60_0
linker library paths : C:/boost/boost_1_60_0/stage/lib
추후에 속성시트 이용하는 방향으로 바꾸면 좋을 것 같음

3. Leptonica

1. 다운로드

2. 환경 변수 설정

  • LEPTONICA_DIR : 설치경로
  • path에 %LEPTONICA_DIR%\lib 추가

3. 비주얼 스튜디오 설정

  • 비주얼 스튜디오 속성관리자에서 Properties/ 속성 시트 추가! (Tesseract랑 합쳐져 있음)

4. Tesseract

1. 필수 다운로드1

필수 다운로드2

2. 환경 변수 설정

  • TESSERACT_DIR : 필수다운로드1 tesseract 다운경로
  • path에 %TESSERACT_DIR%\lib 추가
  • TESSDATA_PREFIX : 필수다운로드2 tessdata 다운 경로

3. 비주얼 스튜디오 설정

  • 비주얼 스튜디오 속성관리자에서 Properties/ 속성 시트 추가!
  • Release모드에서만 링킹되는 것으로 추정됨. (아닐수도있음)
@taeguk taeguk added this to the notice milestone Jan 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant