Skip to content

jozefizso/grpc-windows

 
 

Repository files navigation

#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

Packages

No packages published

Languages

  • C++ 78.7%
  • Batchfile 15.0%
  • Protocol Buffer 3.9%
  • PowerShell 2.0%
  • CMake 0.4%