summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub <jakub.oboza@gmail.com>2013-02-21 10:40:49 +0000
committerJan Lehnardt <jan@apache.org>2013-02-21 12:37:33 +0100
commit1d2a7d9bc93fc68384c0d7c4f4c40fcc74b7768c (patch)
tree9dc4cc2307118370c5e455c91be36d22e50b4de3
parent8431aeab6e48ae9bb191af46904aee0af614da8b (diff)
downloadcouchdb-1d2a7d9bc93fc68384c0d7c4f4c40fcc74b7768c.tar.gz
Update DEVELOPERS
Added --prefix configure option information.
-rw-r--r--DEVELOPERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index f61b77b78..5b966d733 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -132,6 +132,10 @@ If you're working on the build system itself, you can run:
This skips the tests allowing quicker `make' cycles.
+If you want to build it into different destination than `/usr/local`.
+
+ ./configure --prefix=/<your directory path>
+
Testing
-------