Skip to content

jozefizso/grpc-windows

This branch is 16 commits ahead of, 13 commits behind plasticbox/grpc-windows:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e360d4 · Jan 23, 2017

History

34 Commits
Dec 15, 2016
Jan 10, 2017
Dec 14, 2016
Jul 15, 2016
Jul 15, 2016
Dec 15, 2016
Dec 15, 2016
Dec 15, 2016
Jan 23, 2017
Dec 14, 2016
Dec 15, 2016

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%