[grpc-io] Re: Need basic help with unexplained steps building on Windows

2024-03-18 Thread 'yas...@google.com' via grpc.io
Running `cmake --help` should give you a list of the available generators. If you have for example, Visual Studio 2022 installed, you should see a line like "Visual Studio 17 2022" or something like that. That should work as well. Very likely, it will work without overriding the default

[grpc-io] Re: Need basic help with unexplained steps building on Windows

2024-03-07 Thread Kevin Mendel
Hi. (Sorry for not getting back right away. Work took some turns.) BUILDING.md is where I am starting from. This is what I have done so far, and then I am blocked by build failures. md .build cd .build cmake .. -G "Visual Studio 16 2019" cmake --build . --config Release The build fails.

[grpc-io] Re: Need basic help with unexplained steps building on Windows

2024-03-06 Thread Tony Newell
Instructions for building on Windows are here: https://github.com/grpc/grpc/blob/v1.62.0/BUILDING.md How are you intending to use gRPC on Windows? If with C++ then I think you need to do the build as instructed about, if with other languages (e.g. python, Java or C#) then there are prebuilt