@@ -170,22 +170,11 @@ Install the MongoDB C Driver
170170
171171The mongocxx driver builds on top of the `MongoDB C driver <https://www.mongodb.com/docs/drivers/c/>`__.
172172
173- The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the C driver is not detected.
174- To use an existing install of the C driver, set ``CMAKE_PREFIX_PATH`` to the directory containing the C driver install.
175-
176- - For mongocxx-3.11.x, libmongoc 1.28.0 or later is required.
177- - For mongocxx-3.10.x, libmongoc 1.25.0 or later is required.
178- - For mongocxx-3.9.x, libmongoc 1.25.0 or later is required.
179- - For mongocxx-3.8.x, libmongoc 1.24.0 or later is required.
180- - For mongocxx-3.7.x, libmongoc 1.22.1 or later is required.
181- - For mongocxx-3.6.x, libmongoc 1.17.0 or later is required.
182- - For mongocxx-3.5.x, libmongoc 1.15.0 or later is required.
183- - For mongocxx-3.4.x, libmongoc 1.13.0 or later is required.
184- - For mongocxx-3.3.x, libmongoc 1.10.1 or later is required.
185- - For mongocxx-3.2.x, libmongoc 1.9.2 or later is required.
186- - For mongocxx-3.1.4+, libmongoc 1.7.0 or later is required.
187- - For mongocxx-3.1.[0-3], libmongoc 1.5.0 or later is required.
188- - For mongocxx-3.0.x, we recommend the last 1.4.x version of libmongoc
173+ The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the
174+ C driver is not detected. To use an existing install of the C driver, set
175+ ``CMAKE_PREFIX_PATH`` to the directory containing the C driver install. For information
176+ about the minimum required ``libmongoc`` version for each version of the C++ driver, see
177+ :ref:`cpp-libmongoc-compatibility`.
189178
190179Unless you know that your package manager offers a sufficiently recent version, you
191180will need to download and build from the source code. Get a tarball from
0 commit comments