summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Anderson <anderson@medicmobile.org>2017-05-26 10:19:57 +0000
committerJoan Touzet <wohali@users.noreply.github.com>2017-05-26 06:22:57 -0400
commit048e6e6f82f78c16abe3f7da66f7d29b3f8bc447 (patch)
tree1151de75cc3daf9685ffbe22e7e782f4ac4173f4
parentb75fded3a81526e4d513514f0816deed73f151f7 (diff)
downloadcouchdb-048e6e6f82f78c16abe3f7da66f7d29b3f8bc447.tar.gz
Remove "--prefix" option from README-DEV
This option is no longer available.
-rw-r--r--README-DEV.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README-DEV.rst b/README-DEV.rst
index 410ac1e91..73c684cd2 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -113,10 +113,6 @@ If you intend to run the test suites::
./configure -c
-If you want to build it into different destination than `/usr/local`.::
-
- ./configure --prefix=/<your directory path>
-
If you don't want to build Fauxton or documentation specify
``--disable-fauxton`` and/or ``--disable-docs`` arguments for ``configure`` to
ignore their build and avoid any issues with their dependencies.