-
Notifications
You must be signed in to change notification settings - Fork 19
DOCSP-50761 Add minimum compiler versions to build from source #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
1369f3d
d59c896
28ef923
919f95c
fed712d
e2b1562
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,25 @@ | ||||||
.. list-table:: | ||||||
:header-rows: 1 | ||||||
:stub-columns: 1 | ||||||
:class: compatibility-large | ||||||
|
||||||
* - Compiler | ||||||
- Version | ||||||
|
||||||
* - `GCC <https://gcc.gnu.org/install/>`__ | ||||||
- v8.1 or later | ||||||
|
||||||
* - `Clang <https://clang.llvm.org/>`__ | ||||||
- v3.8 or later | ||||||
|
||||||
* - `Apple Clang <https://developer.apple.com/xcode/>`__ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Given Xcode (IDE) provides Apple Clang (compiler) similar to how Visual Studio (IDE) provides MSVC (compiler), recommend better consistency between both by opting for the name and version of the IDE rather than the compiler. |
||||||
- v13.1 or later | ||||||
|
||||||
* - `Visual Studio <https://visualstudio.microsoft.com/vs/features/cplusplus/>`__ | ||||||
- 2015 Update 3 or later | ||||||
|
||||||
.. note:: | ||||||
|
||||||
The preceding compiler versions are the minimum versions required to | ||||||
build the {+driver-short+} from source. These are not requirements | ||||||
needed for prebuilt headers and libraries. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Wording tweak. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main page rather than install page.