From 08ef8fbf2b94bb93d0f5e36e310a895d8539695c Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Sun, 22 Jan 2017 20:51:33 +0100 Subject: [PATCH] Add note about libmongoc installation instructions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9681572..0b8f119 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ The API should still be considered experimental, but I'm not expecting changes a The driver currently only builds on Unix, tested on Mac Os X and Linux so far. It's compatible with MongoDB 2.4 up to 3.4 and has full replica set and SSL support. +## Installation + +If you have any trouble installing the crate (linking openssl can be +tricky) please check out the [installation instructions for the C driver](http://mongoc.org/libmongoc/current/installing.html). + ## Logging All internal logging by mongoc is redirected to the macros in the [log