Commit Graph

39 Commits

Author SHA1 Message Date
Esun Kim 0b2609a61d
Update minimum MSVC version to 2019 (#32614)
To be aligned with By https://github.com/google/oss-policies-info/pull/8
2023-03-13 15:52:56 -07:00
Esun Kim e90972bef6
Bump gcc 6 to 7 (#30903)
* Bump gcc 6 to 7

* Update

* Update 2
2022-09-09 09:23:11 -07:00
Esun Kim b1b59eb508
Add the link to Foundational C++ Support Policy (#30157) 2022-06-30 13:22:59 -07:00
Thomas Klausner 06377249e3
Add NetBSD support (Community-supported) (#29542)
* Add NetBSD support

* Add NetBSD to platforms list as 'Community Supported'

* Add contact email for issues with the NetBSD port.
2022-05-23 13:41:52 -07:00
Esun Kim 2f6277c1fb
Version changes (#29752) 2022-05-20 16:21:24 -07:00
Esun Kim 6565584c7b
Bump the minimum gcc to 5 (#28786) 2022-02-11 10:31:25 -08:00
AJ Heller f5b3a49af6
Describe support-levels for undocumented supported platforms (#27363)
Quite a few platforms were missing from this list. No new support is
being added, this PR just documents the current state of affairs.
2021-10-04 19:05:52 -07:00
Esun Kim 5690ea0106
Added gcc11 and clang12 tests (#27190) 2021-09-27 10:48:58 -07:00
Yash Tibrewal 1040c1b90a
Add note on officially supported platforms (#22344)
* Add initial section on support

* Update src/cpp/README.md

Co-Authored-By: Nicolas Noble <nicolasnoble@users.noreply.github.com>

* Reviewer comments

* Reviewer comments

Co-authored-by: Nicolas Noble <nicolasnoble@users.noreply.github.com>
2021-08-17 13:58:35 -07:00
Esun Kim a4b43ccdf2
Added CentOS 7 note for pkg-config (#26554) 2021-07-15 09:45:01 -07:00
Yan Reznikov 39d007e83b
Updated instructions for vcpkg install on Windows (#26373)
* Updated instructions for vcpkg install on Windows

bootstrap-vcpkg.sh script doesn't work out of the box on Windows
Rest of the commands are OS-neutral

* Update README.md
2021-06-11 11:21:49 +02:00
cpsauer 777eda00e4
Add grpc_extra_deps() to C++ README
From the discussion in https://github.com/grpc/grpc/issues/20511, the comments in 695f6daf14/bazel/grpc_extra_deps.bzl, and my experience spinning up in gRPC C++, I think the C++ instructions are missing the grpc_extra_deps() call. 

Figured I'd just spin up a quick PR, rather than file an issue. Feel free to do whatever you'd like to the change, ofc. 
Thanks! :)
2020-11-23 18:09:38 -08:00
Patrice Chalin 5ac3aa789f Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
Jan Tattermusch 8fa1b33c26
Merge pull request #22252 from zackgalbreath/clarify_docs
Documentation improvements
2020-05-07 19:06:27 +02:00
Jan Tattermusch d99b541656
fix a nit in the cmake instructions 2020-03-17 10:53:37 +01:00
Zack Galbreath 79f1a07cc1 Improve FetchContent example in docs
* Provide a complete copy/pasteable CMakeLists.txt file
* Add link to install-prereqs docs
2020-03-16 09:27:42 -04:00
Patrice Chalin b8514eab47
C++ README: fix link to tutorial
Supersedes #20996, which was approved in 2019/11 but still doesn't have a signed CLA.
2020-03-13 21:47:06 -04:00
ColdMeekly 2b962414d6
Fixed link to http_archive
https://github.com/grpc/grpc/issues/21391#issue-533392695
2020-01-29 14:29:44 +00:00
Zack Galbreath d51ef5feca Drop superbuild instructions
In the interest of not providing too many different ways to build
gRPC in our official instructions, we are dropping the section describing
how to do a "superbuild" (ExternalProject_Add). We can still point to the
example and distribtest if someone is curious how to do this.
2019-12-19 09:50:51 -05:00
Zack Galbreath 684aa48063 Updated documentation for using gRPC C++
Improve the documentation on how to use gRPC C++ from another project,
particularly for CMake.
2019-12-17 11:17:05 -05:00
Jan Tattermusch ac1c5de1b3
cmake -> CMake
Co-Authored-By: Zack Galbreath <zack.galbreath@kitware.com>
2019-12-02 16:37:07 +01:00
Jan Tattermusch 9c76310b85
cmake -> CMake
Co-Authored-By: Zack Galbreath <zack.galbreath@kitware.com>
2019-12-02 16:36:49 +01:00
Jan Tattermusch b31ce2f89e
cmake -> CMake
Co-Authored-By: Zack Galbreath <zack.galbreath@kitware.com>
2019-12-02 16:36:34 +01:00
Jan Tattermusch 48b1f8d369 more updates to building & installation 2019-11-28 15:42:44 +01:00
Jan Tattermusch 942e4688fc add vcpkg instructions 2019-10-29 13:15:29 -04:00
Nguyen Hai Truong 9cf00ed80b Reformat some link and fix typos
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-02-20 23:19:33 +07:00
Kerrick Staley 4fb53784fb
Fix Bazel build instructions
See https://groups.google.com/d/msg/grpc-io/ljBk9Z_QyuQ/3i-obzb3CAAJ
2018-06-25 08:56:19 -07:00
Jan Tattermusch f389e5267a overhaul of top-level .md files 2018-06-20 20:35:04 +02:00
Srini Polavarapu 3cca82534d Consolidate build instructions in INSTALL.md and src/cpp/README.md 2018-02-08 11:53:35 -08:00
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00
Mehrdad Afshari 976eb7c4b4 Fetch grpc.io/release over https 2017-07-10 15:07:33 -07:00
thinkerou 9f00073f3c fix markdown render error 2017-03-26 00:52:56 +08:00
Jan Tattermusch 9cece7ca99 Update README.md 2016-10-12 18:01:41 +02:00
David Garcia Quintas 4281272389 Updated git clone URL 2016-06-29 17:39:07 -07:00
Yuchen Zeng d85ef06064 Doc Fixit: src/cpp/README.md
Replace liquid templates with relative links.
2016-03-18 11:10:13 -07:00
Yuchen Zeng 798b0dc442 Doc Fixit: src/cpp/README need more information, revised 03092016
- Revised 'protoc' section and 'Documentation' section as LisaFC suggested.
- Added 'Examples' section as LisaFC suggested.

Resolves: #5661
2016-03-09 12:00:09 -08:00
Yuchen Zeng 341b5abef5 Doc Fixit: src/cpp/README need more information 2016-03-08 17:16:29 -08:00
Tim Emiola 9908877a73 Update README.mds that don't currently have Status 'Beta' 2015-10-01 10:54:25 -07:00
Jayant Kolhe 80949e36d3 Create README.md 2015-02-19 11:27:07 -08:00