Search:

Search all manuals
Search this manual
Manual
Moxi Server 1.7
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Moxi Server 1.7
Chapters

Chapter 9. Building Moxi From Source

The development git repository for Moxi is available at http://github.com/couchbase/moxi

As Moxi is used as a component of Membase, the easiest way to build Moxi from source is to follow the directions to build Membase. You can find directions for building Membase from source under the Contributing to Membase documentation tree. After building Membase, just see the ./moxi subdirectory.

Some dependencies of Moxi (so that you can use it with Membase) include:

Your Moxi build should be configure'd to enable:

shell> ./configure --enable-moxi-libvbucket --enable-moxi-libmemcached
    --without-check make

When you build Membase from source, this is the default set of options to configure used.