aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-30 13:04:39 +0100
committerFredrik Gustafsson <[email protected]>2013-10-30 13:04:39 +0100
commit3f961b3387b2398b0467c7f2ae1cca0ce7408efa (patch)
treed4652046a8b77fbd0705faa4e53a444dc83b43ae /HOWTO
parentd5c36c38029a6ebee48bdf1ea703673679bcee49 (diff)
parentb646475f55504acb9b55345e1de2899bb7f18d19 (diff)
downloadotp-3f961b3387b2398b0467c7f2ae1cca0ce7408efa.tar.gz
otp-3f961b3387b2398b0467c7f2ae1cca0ce7408efa.tar.bz2
otp-3f961b3387b2398b0467c7f2ae1cca0ce7408efa.zip
Merge branch 'maint'
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 2eb12f3b2d..9aa01d4ef1 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.