Boost1 Boost c++ libraries build 간단 정리 (Visual Studio 2019) 1. boost 다운로드 2. bootstrap.bat bootstrap.bat 참고로 Command Prompt는 일반 Command Prompt가 아니라 아래와 같이 Visual Studio 개발환경이 설정된 것으로 사용한다. 만약 아래와 같이 찾을 수 없다면, 일반 Command Prompt 실행 후 Visual Studio 설치 위치에서 다음과 같은 batch 파일을 찾을 수 있다. 원하는 환경에 맞는 batch 파일을 실행하면 된다. 3. 빌드 b2 toolset=msvc-14.2 variant=debug,release link=static threading=multi address-model=32 runtime-link=shared toolset 부분은 아래와 같이 원하는 버전에 맞게!! 빌드.. 2022. 5. 1. 이전 1 다음