You need to be added to the ContributorsGroup to edit the wiki. But don't worry! Just email any Mailing List or grab us on IRC and let us know your user name.

Building from source on *nix based systems.

Most *nix based systems have access to compilers like GCC, and other build utilities like Make to build software for a specific system. The following is a generic example of the required syntax used when building CouchDB with the Make utility. Please remember that you will need to satisfy any dependencies that CouchDB may have before you can successfully build and run CouchDB.

Example 1

make clean && make distclean && ./bootstrap && ./configure && make check && make

Tips/Hints

Building_The_Source_On_Nix (last edited 2011-11-23 14:36:48 by JanLehnardt)