Skip to content

Commit e477752

Browse files
committed
GH-47025: [C++][Docs] Increase minimum gcc for building from 7.1 to 9 (#47026)
### Rationale for this change See #47025. ### What changes are included in this PR? - Updated developer docs on building Arrow C++ ### Are these changes tested? No. ### Are there any user-facing changes? Yes. Users should be advised about the change. * GitHub Issue: #47025 Authored-by: Bryce Mecum <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent aac90fa commit e477752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developers/cpp/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ out-of-source. If you are not familiar with this terminology:
3939

4040
Building requires:
4141

42-
* A C++17-enabled compiler. On Linux, gcc 7.1 and higher should be
42+
* A C++17-enabled compiler. On Linux, gcc 9 and higher should be
4343
sufficient. For Windows, at least Visual Studio VS2017 is required.
4444
* CMake 3.25 or higher
4545
* On Linux and macOS, either ``make`` or ``ninja`` build utilities

0 commit comments

Comments
 (0)