Searched +full:bootstrap +full:- +full:vcpkg (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/ |
D | azure-pipelines.yml | 2 vmImage: 'VS2017-Win2016' 7 triplet: 'x86-windows' 10 - script: | 11 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 …-Bbuild -H. -DHB_HAVE_UNISCRIBE=ON -DHB_HAVE_DIRECTWRITE=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_FREETYPE=O… 20 ctest --output-on-failure -C Debug
|
/external/oss-fuzz/projects/iroha/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 20 RUN set -e; \ 21 apt-get update && \ 22 apt-get -y --no-install-recommends install libicu-dev \ 23 apt-utils git curl wget unzip tar; \ 24 apt-get -y clean 26 …-3.14.4-Linux-x86_64.tar.gz && tar -xzvf cmake-3.14.4-Linux-x86_64.tar.gz && cp -a cmake-3.14.4-Li… 30 RUN git clone --depth 1 https://github.com/hyperledger/iroha.git 34 RUN cp -R $SRC/iroha/vcpkg_old /tmp/vcpkg-vars [all …]
|
/external/deqp-deps/glslang/ |
D | README.md | 3 [](https://travis-ci.o… 8 1. **SPIRV Folder, 1-May, 2020.** Glslang, when installed through CMake, 15 2. **Visual Studio 2013, 20-July, 2020.** Keeping code compiling for MS Visual Studio 2013 will no … 22 ### Reference Validator and GLSL/ESSL -> AST Front End 24 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL… 28 ### HLSL -> AST Front End 30 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form. 33 … which receives a much larger investment and attempts to have definitive/reference-level semantics. 37 ### AST -> SPIR-V Back End 39 Translates glslang's AST to the Khronos-specified SPIR-V intermediate language. [all …]
|
/external/angle/third_party/glslang/src/ |
D | README.md | 3 [](https://travis-ci.o… 8 1. **SPIRV Folder, 1-May, 2020.** Glslang, when installed through CMake, 15 2. **Visual Studio 2013, 20-July, 2020.** Keeping code compiling for MS Visual Studio 2013 will no … 22 ### Reference Validator and GLSL/ESSL -> AST Front End 24 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL… 28 ### HLSL -> AST Front End 30 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form. 33 … which receives a much larger investment and attempts to have definitive/reference-level semantics. 37 ### AST -> SPIR-V Back End 39 Translates glslang's AST to the Khronos-specified SPIR-V intermediate language. [all …]
|
/external/curl/docs/ |
D | INSTALL.md | 10 ## 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] 20 …vcpkg is kept up to date by Microsoft team members and community contributors. If the version is o… 25 the `GIT-INFO` file in the root directory for specific instructions on how to 42 ./configure --help [all …]
|