We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are the PYO2016!!
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 실행으로 환경변수 설정 후 다시 실행.
compiler include paths : C:/boost/boost_1_60_0 linker library paths : C:/boost/boost_1_60_0/stage/lib 추후에 속성시트 이용하는 방향으로 바꾸면 좋을 것 같음
필수 다운로드2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are the PYO2016!!
1. OpenCV
1. 다운로드
2. 환경 변수 설정
3. 비주얼 스튜디오 설정
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. 환경 변수 설정
3. 비주얼 스튜디오 설정
4. Tesseract
1. 필수 다운로드1
필수 다운로드2
2. 환경 변수 설정
3. 비주얼 스튜디오 설정
The text was updated successfully, but these errors were encountered: