Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library C (libcouchbase) 2.0
Community Wiki and Resources
Wiki: C and C++ Client Library
Download Client Library (source)
C and C++ Client Library
Couchbase Developer Guide 2.0
Couchbase Server Manual 2.0
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Client Library C (libcouchbase) 2.0
Child Sections
Chapters

Chapter 1. Getting Started

Table of Contents

1.1. Downloading the Couchbase Client Library
1.2. Installing on Linux using Packages
1.2.1. RedHat/CentOS
1.2.2. Ubuntu
1.3. Installing using packages on Mac OS X
1.4. Installing from Source: Linux and Mac OS X
1.5. Installing from Source: Microsoft Windows
1.6. Hello C Couchbase

Now that you've installed Couchbase and have probably created a cluster of Couchbase servers, you will need to use a client library to save and retrieve data from the cluster. The Couchbase C client library, also known as libcouchbase, is one way of doing so.

Here's a quick outline of what you'll learn in this chapter: