Skip to content

plasticbox/grpc-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

May 2019 NOTE: Project is no longer under active development, I definitely recommend using vcpkg

vcpkg install grpc

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published