diff options
author | Jakub <jakub.oboza@gmail.com> | 2013-02-21 10:40:49 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2013-02-21 12:37:33 +0100 |
commit | 1d2a7d9bc93fc68384c0d7c4f4c40fcc74b7768c (patch) | |
tree | 9dc4cc2307118370c5e455c91be36d22e50b4de3 /DEVELOPERS | |
parent | 8431aeab6e48ae9bb191af46904aee0af614da8b (diff) | |
download | couchdb-1d2a7d9bc93fc68384c0d7c4f4c40fcc74b7768c.tar.gz |
Update DEVELOPERS
Added --prefix configure option information.
Diffstat (limited to 'DEVELOPERS')
-rw-r--r-- | DEVELOPERS | 4 |
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 ------- |