Searched full:vcpkg (Results 1 – 15 of 15) sorted by relevance
34 RUN cp -R $SRC/iroha/vcpkg_old /tmp/vcpkg-vars37 git clone https://github.com/microsoft/vcpkg /tmp/vcpkg; \38 (cd /tmp/vcpkg ; git checkout $(cat /tmp/vcpkg-vars/VCPKG_COMMIT_SHA)); \39 for i in /tmp/vcpkg-vars/patches/*.patch; do git -C /tmp/vcpkg apply $i; done; \40 for i in /tmp/vcpkg-vars/patches/oss/*.patch; do git -C /tmp/vcpkg apply $i; done; \41 sh /tmp/vcpkg/bootstrap-vcpkg.sh; \42 …/tmp/vcpkg/vcpkg install $(cat /tmp/vcpkg-vars/VCPKG_BOOST_LOCALE_DEPS_LIST | cut -d':' -f1 | tr '…43 (cd /tmp/vcpkg ; git checkout -- scripts/toolchains/linux.cmake); \44 (cd /tmp/vcpkg ; git apply /tmp/vcpkg-vars/patches/oss/0002-vcpkg-dependencies-flags.patch); \45 /tmp/vcpkg/vcpkg install boost-locale; \[all …]
23 cmake -DCMAKE_TOOLCHAIN_FILE=/opt/dependencies/scripts/buildsystems/vcpkg.cmake -DCMAKE_C_COMPILER=…
11 git clone https://github.com/Microsoft/vcpkg12 cd vcpkg13 .\bootstrap-vcpkg.bat14 .\vcpkg integrate install15 .\vcpkg install glib:x86-windows freetype:x86-windows cairo:x86-windows17 …-DHB_BUILD_UTILS=ON -G "%generator%" -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake…
61 …- 'if "%compiler%"=="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%tripl…65 …D_UTILS=ON -G "%generator%" -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake'79 - c:\tools\vcpkg\installed\
10 on Windows, consider using [vcpkg](https://github.com/Microsoft/vcpkg),
238 ## Building glslang - Using vcpkg240 You can download and install glslang using the [vcpkg](https://github.com/Microsoft/vcpkg) dependen…242 git clone https://github.com/Microsoft/vcpkg.git243 cd vcpkg244 ./bootstrap-vcpkg.sh245 ./vcpkg integrate install246 ./vcpkg install glslang248 …vcpkg is kept up to date by Microsoft team members and community contributors. If the version is o…
10 ## Building using vcpkg12 You can download and install curl and libcurl using the [vcpkg](https://github.com/Microsoft/vcpkg/…14 git clone https://github.com/Microsoft/vcpkg.git15 cd vcpkg16 ./bootstrap-vcpkg.sh17 ./vcpkg integrate install18 vcpkg install curl[tool]20 …vcpkg is kept up to date by Microsoft team members and community contributors. If the version is o…
193 Protobuf and its dependencies can be installed directly by using `vcpkg`:195 >vcpkg install protobuf protobuf:x64-windows199 >vcpkg install protobuf[zlib] protobuf[zlib]:x64-windows201 See https://github.com/Microsoft/vcpkg for more information.
12 …ackages/RxCpp/) […
59 …ckaging system for C++. We've looked into supporting some (e.g. Conan and vcpkg) but we are not th…
122 url="https://github.com/Microsoft/vcpkg">vcpkg</ulink> utility
34 - Meregd 213: Modify installation paths on Windows for vcpkg
33 o INSTALL: add vcpkg installation instructions [35]
745 INSTALL: add vcpkg installation instructions