Searched +full:- +full:dzlib_root (Results 1 – 5 of 5) sorted by relevance
7 @rem http://www.apache.org/licenses/LICENSE-2.018 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win3235 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..36 cmake --build . --config Release --target install || goto :error42 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DZLIB_ROOT=%INSTALL_DIR% -Dprotobuf_MSVC_STATIC_RUNTIME…[all …]
7 @rem http://www.apache.org/licenses/LICENSE-2.018 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win3233 mkdir third_party\abseil-cpp\cmake\build34 pushd third_party\abseil-cpp\cmake\build35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\..[all …]
7 # http://www.apache.org/licenses/LICENSE-2.019 # cmake's ExternalProject_Add() is used to import all the sub-projects,21 # See https://blog.kitware.com/cmake-superbuilds-git-submodules/26 project(HelloWorld-SuperBuild C CXX)30 # Builds c-ares project from the git submodule.31 # Note: For all external projects, instead of using checked-out code, one could34 ExternalProject_Add(c-ares35 PREFIX c-ares38 -DCARES_SHARED:BOOL=OFF39 -DCARES_STATIC:BOOL=ON[all …]
4 ci-cmake:6 runs-on: ${{ matrix.os }}8 fail-fast: false11 - name: Ubuntu GCC12 os: ubuntu-latest16 - name: Ubuntu GCC Symbol Prefix17 os: ubuntu-latest20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_22 - name: Ubuntu Clang23 os: ubuntu-latest[all …]
1 #!/bin/bash -eu8 # http://www.apache.org/licenses/LICENSE-2.023 ./configure --static --prefix=$WORK24 make -j$(nproc) all30 autoreconf -fi32 --enable-static \33 --disable-shared \34 --disable-docs \35 --disable-dependency-tracking \36 --prefix=$WORK[all …]