File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -218,13 +218,17 @@ your operating system:
218
218
.. tab:: MacOS
219
219
:tabid: install-mac
220
220
221
- You can download the {+driver-short+} on MacOS by using the `Homebrew
222
- package manager <https://brew.sh/>`__. To do so, run the following command in
223
- your shell:
221
+ To use the {+driver-short+} on MacOS, build the driver libraries from
222
+ source. For installation instructions, see the :ref:`c-install-from-source`
223
+ guide.
224
224
225
- .. code-block :: bash
225
+ .. important :: Homebrew Limitations
226
226
227
- brew install mongo-c-driver
227
+ {+driver-short+} v{+version+} is not yet available to download
228
+ from the `Homebrew package manager <https://formulae.brew.sh/formula/mongo-c-driver>`__.
229
+ The ``brew install mongo-c-driver`` command installs driver v1.30.
230
+ For v1.30 installation instructions, see the `v1.30 Get Started
231
+ <https://www.mongodb.com/docs/languages/c/c-driver/v1.30/get-started/>`__ guide.
228
232
229
233
After you complete these steps, you have the {+driver-short+} installed
230
234
on your machine.
You can’t perform that action at this time.
0 commit comments