zodsoft / grpc-windows

Build gRPC on Windows x64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc-windows

Build gRPC on Windows x64

gRPC?

gRPC - An RPC library and framework

Requirements

Git

CMake

Visual Studio 2015

Build on windows

grpc_clone.bat
grpc_build.bat

Build output

grpc\bin\grpc\debug
grpc\bin\grpc\release
grpc\bin\protobuf\debug
grpc\bin\protobuf\release

Test grpc_helloworld

run test_protoc.bat
open grpc_helloworld.sln
build solution
run server.exe and client.exe

Use grpc

Install Nuget Package

grpc.dependencies.openssl
grpc.dependencies.openssl.redist
grpc.dependencies.zlib
grpc.dependencies.zlib.redist

Example include or link lib

grpc_helloworld\projects\lib_debug.props
grpc_helloworld\projects\lib_release.props

About

Build gRPC on Windows x64


Languages

Language:C++ 78.1%Language:Batchfile 14.0%Language:Protocol Buffer 6.6%Language:PowerShell 1.3%