diff options
author | Henrik Nord <[email protected]> | 2014-03-19 12:11:45 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-03-19 12:11:48 +0100 |
commit | c8d473989a36d6708ac1fd421e484ccd54414c50 (patch) | |
tree | 810546f782ecec10e3f941d21b2c5cc31bb4b5f3 | |
parent | 1ba34e263a71760d6e472a2800f5dc194847aad6 (diff) | |
parent | 0478647b0e5862db82c040d1f15012ec089b6d2f (diff) | |
download | otp-c8d473989a36d6708ac1fd421e484ccd54414c50.tar.gz otp-c8d473989a36d6708ac1fd421e484ccd54414c50.tar.bz2 otp-c8d473989a36d6708ac1fd421e484ccd54414c50.zip |
Merge branch 'nightfly19/pr/293'
* nightfly19/pr/293:
Update compile instructions when compiling from git
OTP-11792
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index bbde5bc08c..368947b36c 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -217,7 +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. +If you are building it from git you will need to run `./otp_build 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. |