- Notifications
You must be signed in to change notification settings - Fork181
ARCHIVED - libbson has moved tohttps://github.com/mongodb/mongo-c-driver/tree/master/src/libbson
License
mongodb/libbson
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ARCHIVED - libbson is now maintained in a subdirectory of the libmongoc project:https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson
libbson is a library providing useful routines related to building, parsing,and iterating BSON documents.
The documentation is available athttp://mongoc.org/.For issues with, questions about, or feedback for libbson, please look intooursupport channels. Pleasedo not email any of the libbson developers directly with issues orquestions - you're more likely to get an answer on themongodb-user liston Google Groups.
Think you’ve found a bug? Want to see a new feature in libbson? Please open acase in our issue management tool, JIRA:
- Create an account and login.
- Navigate tothe CDRIVER project.
- ClickCreate Issue - Please provide as much information as possible about the issue type and how to reproduce it.
Bug reports in JIRA for all driver projects (i.e. CDRIVER, CSHARP, JAVA) and theCore Server (i.e. SERVER) project arepublic.
If you are having difficulty building libbson after reading the below instructions, please emailthemongodb-user list to ask for help. Please include in your email all of the followinginformation:
- The version of libbson you are trying to build (branch or tag).
- Examples: master branch, 1.2.1 tag
- Host OS, version, and architecture.
- Examples: Windows 8 64-bit x86, Ubuntu 12.04 32-bit x86, OS X Mavericks
- C Compiler and version.
- Examples: GCC 4.8.2, MSVC 2013 Express, clang 3.4, XCode 5
- The output of
./autogen.sh
or./configure
(depending on whether you are building from arepository checkout or from a tarball). The output starting from "libbson was configured withthe following options" is sufficient. - The text of the error you encountered.
Failure to include the relevant information will result in additional round-tripcommunications to ascertain the necessary details, delaying a useful response.
If you’ve identified a security vulnerability libbson or any otherMongoDB project, please report it according to theinstructions here.
Detailed installation instructions are in the manual:http://mongoc.org/libbson/current/installing.html
About
ARCHIVED - libbson has moved tohttps://github.com/mongodb/mongo-c-driver/tree/master/src/libbson