Home
last modified time | relevance | path

Searched full:vcpkg (Results 1 – 15 of 15) sorted by relevance

/external/oss-fuzz/projects/iroha/
DDockerfile34 RUN cp -R $SRC/iroha/vcpkg_old /tmp/vcpkg-vars
37 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 …]
Dbuild.sh23 cmake -DCMAKE_TOOLCHAIN_FILE=/opt/dependencies/scripts/buildsystems/vcpkg.cmake -DCMAKE_C_COMPILER=…
/external/harfbuzz_ng/
Dazure-pipelines.yml11 git clone https://github.com/Microsoft/vcpkg
12 cd vcpkg
13 .\bootstrap-vcpkg.bat
14 .\vcpkg integrate install
15 .\vcpkg install glib:x86-windows freetype:x86-windows cairo:x86-windows
17 …-DHB_BUILD_UTILS=ON -G "%generator%" -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake…
Dappveyor.yml61 …- '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\
DBUILD.md10 on Windows, consider using [vcpkg](https://github.com/Microsoft/vcpkg),
/external/deqp-deps/glslang/
DREADME.md238 ## Building glslang - Using vcpkg
240 You can download and install glslang using the [vcpkg](https://github.com/Microsoft/vcpkg) dependen…
242 git clone https://github.com/Microsoft/vcpkg.git
243 cd vcpkg
244 ./bootstrap-vcpkg.sh
245 ./vcpkg integrate install
246 ./vcpkg install glslang
248vcpkg is kept up to date by Microsoft team members and community contributors. If the version is o…
/external/angle/third_party/glslang/src/
DREADME.md238 ## Building glslang - Using vcpkg
240 You can download and install glslang using the [vcpkg](https://github.com/Microsoft/vcpkg) dependen…
242 git clone https://github.com/Microsoft/vcpkg.git
243 cd vcpkg
244 ./bootstrap-vcpkg.sh
245 ./vcpkg integrate install
246 ./vcpkg install glslang
248vcpkg is kept up to date by Microsoft team members and community contributors. If the version is o…
/external/curl/docs/
DINSTALL.md10 ## Building using vcpkg
12 You can download and install curl and libcurl using the [vcpkg](https://github.com/Microsoft/vcpkg/…
14 git clone https://github.com/Microsoft/vcpkg.git
15 cd vcpkg
16 ./bootstrap-vcpkg.sh
17 ./vcpkg integrate install
18 vcpkg install curl[tool]
20vcpkg is kept up to date by Microsoft team members and community contributors. If the version is o…
/external/protobuf/src/
DREADME.md193 Protobuf and its dependencies can be installed directly by using `vcpkg`:
195 >vcpkg install protobuf protobuf:x64-windows
199 >vcpkg install protobuf[zlib] protobuf[zlib]:x64-windows
201 See https://github.com/Microsoft/vcpkg for more information.
/external/Reactive-Extensions/RxCpp/
DREADME.md12 …ackages/RxCpp/) [![vcpkg port](https://img.shields.io/badge/vcpkg-port-blue.svg?style=flat-square)…
/external/grpc-grpc/src/cpp/
DREADME.md59 …ckaging system for C++. We've looked into supporting some (e.g. Conan and vcpkg) but we are not th…
/external/harfbuzz_ng/docs/
Dusermanual-install-harfbuzz.xml122 url="https://github.com/Microsoft/vcpkg">vcpkg</ulink> utility
/external/gflags/
DChangeLog.txt34 - Meregd 213: Modify installation paths on Windows for vcpkg
/external/curl/
DRELEASE-NOTES33 o INSTALL: add vcpkg installation instructions [35]
DCHANGES745 INSTALL: add vcpkg installation instructions