Jan Tattermusch 8ceb4242f0 update readmes 8 gadi atpakaļ
..
coapp 7897ae9308 auto-fix most of licenses 8 gadi atpakaļ
grpc++_unsecure 77fc4d35e4 BoringSSL: vsproject changes 10 gadi atpakaļ
grpc_csharp_plugin 77fc4d35e4 BoringSSL: vsproject changes 10 gadi atpakaļ
grpc_objective_c_plugin 77fc4d35e4 BoringSSL: vsproject changes 10 gadi atpakaļ
grpc_python_plugin 77fc4d35e4 BoringSSL: vsproject changes 10 gadi atpakaļ
grpc_ruby_plugin 77fc4d35e4 BoringSSL: vsproject changes 10 gadi atpakaļ
vcxproj 25d6fd82d1 split tsi library into two 8 gadi atpakaļ
.gitignore 6b20f6f46d make intermediate dir path shorter 10 gadi atpakaļ
README.md 8ceb4242f0 update readmes 8 gadi atpakaļ
build_vs2013.bat 7897ae9308 auto-fix most of licenses 8 gadi atpakaļ
build_vs2015.bat 7897ae9308 auto-fix most of licenses 8 gadi atpakaļ
buildtests_c.sln 168034b2f0 Test against grpc++_unsecure when possible. Provide unsecure version of test_util 8 gadi atpakaļ
cpptest.props da179ce598 Rollback gpr deletion 10 gadi atpakaļ
dummy.c 7897ae9308 auto-fix most of licenses 8 gadi atpakaļ
global.props 025ffeff5e ignore warning LNK4217 10 gadi atpakaļ
grpc.sln 168034b2f0 Test against grpc++_unsecure when possible. Provide unsecure version of test_util 8 gadi atpakaļ
grpc_csharp_ext.sln ff711456dc Automatically capture transitive dependencies for Visual Studio solution files 9 gadi atpakaļ
grpc_protoc_plugins.sln 857a130493 PHP Proto3: run generate_projects.sh 9 gadi atpakaļ
openssl.props 4e5b91f0c4 regenerate project files 10 gadi atpakaļ
protobuf.props e3e2106fad make protobuf building consistent 9 gadi atpakaļ
protoc.props 0988a8956b fix protoc x86 windows artifact build 8 gadi atpakaļ
winsock.props 02a7bedaa3 Generated changes 10 gadi atpakaļ
zlib-dll.props 4e5b91f0c4 regenerate project files 10 gadi atpakaļ
zlib.props 4e5b91f0c4 regenerate project files 10 gadi atpakaļ

README.md

Pre-generated MS Visual Studio project & solution files: DELETED

The pre-generated MS Visual Studio project & solution files are no longer available, please use cmake instead (it can generate Visual Studio projects for you).

Pre-generated MS Visual Studio projects used to be the recommended way to build on Windows, but there were some limitations:

  • hard to build dependencies, expecially boringssl (deps usually support cmake quite well)
  • the nuget-based openssl & zlib dependencies are hard to maintain and update. We've received issues indicating that they are flawed.
  • .proto codegen is hard to support in Visual Studio directly (but we have a pretty decent support in cmake)
  • It's a LOT of generated files. We prefer not to have too much generated code in our github repo.

See INSTALL.md for detailed instructions how to build using cmake on Windows.