mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-02 14:22:19 +02:00
527 B
527 B
Contributing to PHongo
Building from VCS
Developers who would like to contribute to the driver will need to build it from VCS like so:
$ git clone https://github.com/10gen-labs/mongo-php-driver-prototype.git phongo
$ cd phongo
$ git submodule update --init
$ phpize
$ ./configure
$ make -j8 all
Be aware that we are submoduling the master branch of libmongoc and libbson as
during the development of phongo there are occasional things we require that simply
are not yet in a release (or even finished) :)