오픈소스 연구
vcpkg x2654 build error 대처 방법
ryujt
2020. 6. 30. 22:02
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git reset --hard 86f5397f76fa6b8141ea828640e94050b9c7b8e1
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg install x264
일단 5월 1일자로 되돌려서 빌드하는 것이고 이렇게 하면
Visual Studio 최신 버전에서 vcpkg 라이브러리가 자동으로 올라오지 않을 수 있습니다.
inlcude, lib 폴더 추가하시고 lib 파일들도 수동으로 포함시켜야 합니다.
일단 x264 빌드 이후 다시 git pull 해서 최신으로 되돌리고
bootstrap-vcpkg.bat
vcpkg integrate install
로 하면 될지도 ㅡ.ㅡ;