Search:

Search all manuals
Search this manual
Manual
Getting Started with Membase and PHP
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Getting Started with Membase and PHP
Chapter Sections
Chapters

3. Build from source

To build this package from source, follow these steps:

  1. Get Repo

    $ curl http://android.git.kernel.org/repo > ~/bin/repo
    $ chmod a+x ~/bin/repo
  2. Get Source

    $ mkdir php-couchbase-memcached
    $ repo init -u git://github.com/couchbase/php-memcached.git
  3. Build

    $ ./build-couchbase-memcached/build-couchbase-memcached.sh
  4. Done.