diff options
author | Fredrik Gustafsson <[email protected]> | 2013-10-30 13:04:39 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-10-30 13:04:39 +0100 |
commit | 3f961b3387b2398b0467c7f2ae1cca0ce7408efa (patch) | |
tree | d4652046a8b77fbd0705faa4e53a444dc83b43ae /HOWTO/INSTALL.md | |
parent | d5c36c38029a6ebee48bdf1ea703673679bcee49 (diff) | |
parent | b646475f55504acb9b55345e1de2899bb7f18d19 (diff) | |
download | otp-3f961b3387b2398b0467c7f2ae1cca0ce7408efa.tar.gz otp-3f961b3387b2398b0467c7f2ae1cca0ce7408efa.tar.bz2 otp-3f961b3387b2398b0467c7f2ae1cca0ce7408efa.zip |
Merge branch 'maint'
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 1 |
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. |