Skip to content

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,12 @@ The first column lists the driver version.

.. include:: /includes/libmongoc-compatibility-table-cxx.rst

Compiler Compatibility
----------------------

The {+driver-short+} supports the following compilers:

.. include:: /includes/compiler-compatibility-table-cxx.rst

For more information on how to read the compatibility tables, see our guide on
:ref:`MongoDB Compatibility Tables. <about-driver-compatibility>`
25 changes: 25 additions & 0 deletions source/includes/compiler-compatibility-table-cxx.rst
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/>`__
- v8.1 or later

* - `Clang <https://clang.llvm.org/>`__
- v3.8 or later

* - `Xcode <https://developer.apple.com/xcode/cpp>`__
- 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
to use prebuilt headers and libraries.
Loading