aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-30 13:03:45 +0100
committerFredrik Gustafsson <[email protected]>2013-10-30 13:03:45 +0100
commitb646475f55504acb9b55345e1de2899bb7f18d19 (patch)
tree21e8c016e3f6f2f5e871f93de54ff685c5919d67
parentc204ee9319c2007bfe2124861d015f1afa935485 (diff)
parentded2289a475af4eacb0ad363990282cdac2ede37 (diff)
downloadotp-b646475f55504acb9b55345e1de2899bb7f18d19.tar.gz
otp-b646475f55504acb9b55345e1de2899bb7f18d19.tar.bz2
otp-b646475f55504acb9b55345e1de2899bb7f18d19.zip
Merge branch 'JakubOboza/update_install_md/OTP-11448' into maint
* JakubOboza/update_install_md/OTP-11448: Update INSTALL.md
-rw-r--r--HOWTO/INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 5bde47e1f6..07a8db1a53 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -217,6 +217,7 @@ Step 4: Run the following commands to configure the build:
$ ./configure [ options ]
+If you are building it from git you will need to run `autoconf` to generate configure file.
By default, Erlang/OTP will be installed in `/usr/local/{bin,lib/erlang}`.
To instead install in `<BaseDir>/{bin,lib/erlang}`, use the
`--prefix=<BaseDir>` option.