From 82b28945572a455be7a2f1d2a4fc4ef0e01475a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20C=2E=20S=C3=A1nchez?= Date: Wed, 4 Dec 2024 13:53:35 -0500 Subject: [PATCH] fix typo, additional cleanup --- source/include-link.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/include-link.txt b/source/include-link.txt index 1cf9795..2465b64 100644 --- a/source/include-link.txt +++ b/source/include-link.txt @@ -34,7 +34,7 @@ Once the {+driver-short+} is installed, then create a project directory. For thi :caption: /home/user/project1/CMakeLists.txt :start-after: -- sphinx-include-start -- -The project can then be built and executed. Note that depending on your particular environment, you may need to specify additional options to the first CMake command below. For instance, if your compiler does not default to at least c++17, then you may need ``-DCMAKE_CXX_STANDARD=17``. And if in the installation step you installed the {+driver-short+} to a non-standard location, you may need to specify ``-DCMAKE_PREFIX_PATH=/``. The execution should resemeble: +The project can then be built and executed. Note that depending on your particular environment, you may need to specify additional options to the first CMake command below. For instance, if your compiler does not default to at least c++17, then you may need ``-DCMAKE_CXX_STANDARD=17``. And if in the installation step you installed the {+driver-short+} to a non-standard location, you may need to specify ``-DCMAKE_PREFIX_PATH=/``. The execution should resemble: .. code-block:: none @@ -160,9 +160,3 @@ Assuming a source file located at ``//examples members The above command line can be adapted for more complex projects (e.g., by adding module version consrtaints) or specific build systems depending on how they consume pkg-config packages. - -TODO -source/advanced-installation.txt -https://www.mongodb.com/docs/languages/c/c-driver/current/libmongoc/tutorial/#cmake -https://www.mongodb.com/docs/languages/cpp/cpp-driver/upcoming/advanced-installation/ -https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/tutorial/