diff --git a/source/install-from-source.txt b/source/install-from-source.txt index ecdd01b1..f829fa1b 100644 --- a/source/install-from-source.txt +++ b/source/install-from-source.txt @@ -242,7 +242,6 @@ the project with both ``libbson`` and ``libmongoc``: $ cmake -S $SOURCE -B $BUILD \ -D ENABLE_EXTRA_ALIGNMENT=OFF \ - -D ENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF \ -D CMAKE_BUILD_TYPE=RelWithDebInfo \ -D BUILD_VERSION="$VERSION" \ -D ENABLE_MONGOC=OFF @@ -267,10 +266,10 @@ messages and information. Ensure that configuration succeeds before proceeding. results. This should be set to the same value as the version of the source driver that was downloaded in :ref:`get-src`. - The ``ENABLE_EXTRA_ALIGNMENT`` and ``ENABLE_AUTOMATIC_INIT_AND_CLEANUP`` are part - of ``mongo-c-driver``, and correspond to deprecated features that are only + The ``ENABLE_EXTRA_ALIGNMENT`` argument is part + of ``mongo-c-driver`` and corresponds to a deprecated feature that is only enabled by default for ABI compatibility purposes. It is highly recommended to - disable these features whenever possible. + disable this feature whenever possible. The ``ENABLE_MONGOC=OFF`` argument disabled building ``libmongoc``. We'll build that in the next section.