aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO/INSTALL.md
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-09-02 16:11:44 +0200
committerLukas Larsson <[email protected]>2013-09-02 16:11:44 +0200
commit1477aa1a8b78a806ae6b815e16776a64cf6fbc6e (patch)
tree51557c68259af7aa920a3885e84cfea1527dd2f5 /HOWTO/INSTALL.md
parent1a57f9d04b0e846ba6dccdb99643c4f7ab17705f (diff)
parentdbc8066d21384db9829e8b58cd99a4fc223e83ac (diff)
downloadotp-1477aa1a8b78a806ae6b815e16776a64cf6fbc6e.tar.gz
otp-1477aa1a8b78a806ae6b815e16776a64cf6fbc6e.tar.bz2
otp-1477aa1a8b78a806ae6b815e16776a64cf6fbc6e.zip
Merge branch 'lukas/skip-extra-applications/OTP-11288' into maint
* lukas/skip-extra-applications/OTP-11288: Refactor and change EXTRA_APPLICATIONS to use ls Add configure option --without-$app
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r--HOWTO/INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index fa1b9d2e89..5bde47e1f6 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -296,6 +296,12 @@ Some of the available `configure` options are:
you can build using a fallback implementation based on mutexes or spinlocks.
Performance of the SMP runtime system will however suffer immensely without
an implementation for native atomic memory accesses.
+* `--without-$app` - By default all applications in Erlang/OTP will be included
+ in a release. If this is not wanted it is possible to specify that Erlang/OTP
+ should be compiled without that applications, i.e. `--without-wx`. There is
+ no automatic dependency handling inbetween applications. So if you disable
+ an application that another depends on, you also have to disable the
+ dependant application.
If you or your system has special requirements please read the `Makefile` for
additional configuration information.