Skip to content

Instantly share code, notes, and snippets.

@faridiot
Last active August 10, 2016 02:29
Show Gist options
  • Save faridiot/adec143b01512689a440eda2b605d0d7 to your computer and use it in GitHub Desktop.
Save faridiot/adec143b01512689a440eda2b605d0d7 to your computer and use it in GitHub Desktop.

Apache CouchDB INSTALL.Windows

Due to the complexity of building CouchDB on the Windows platform, full build documentation and all necessary support files are in the couchdb-glazier repository.

Be sure to find the branch that matches the release you are building, for example couchdb_2.0.

Build & Test

Once all dependencies are built and installed per the documentation in couchdb-glazier, these commands will configure and build CouchDB:

powershell -ExecutionPolicy Bypass .\configure.ps1 -WithCurl
make -f Makefile.win check

This will build couchdb, as well as run the eunit and javascript tests.

As of CouchDB 2.0 RC1, all eunit and javascript tests should pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment