@@ -194,7 +194,7 @@ Yum/DNF.
194
194
# yum install epel-release
195
195
196
196
`epel-release ` must be installed before attempting to install the C driver
197
- libraries (i.e. one cannot install them both in a single `yum intsall `
197
+ libraries (i.e. one cannot install them both in a single `yum install `
198
198
command).
199
199
200
200
To install |libbson | only, install the `libbson-devel ` package::
@@ -207,6 +207,10 @@ To install the full C database driver (|libmongoc|), install
207
207
## (This package will transitively install libbson-devel)
208
208
# yum install mongo-c-driver-devel
209
209
210
+ To check which version is available, see https://packages.fedoraproject.org/pkgs/mongo-c-driver/mongo-c-driver-devel.
211
+
212
+ The development packages (ending in `-devel `) include files required to build applications using |libbson | and |libmongoc |.
213
+ To only install the libraries without development files, install the `libbson ` or `mongo-c-driver-libs ` packages.
210
214
211
215
.. index ::
212
216
!pair: installation; Debian
@@ -232,6 +236,10 @@ To install |libmongoc| (which will also install |libbson|)::
232
236
233
237
# apt install libmongoc-dev
234
238
239
+ To check which version is available, run `apt-cache policy libmongoc-dev `.
240
+
241
+ The development packages (ending in `-dev `) include files required to build applications using |libbson | and |libmongoc |.
242
+ To only install the libraries without development files, install the `libbson-1.0-0 ` or `libmongoc-1.0-0 ` packages.
235
243
236
244
.. index ::
237
245
!pair: installation; macOS
0 commit comments