aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorSage Imel <[email protected]>2014-03-12 16:42:59 -0700
committerSage Imel <[email protected]>2014-03-12 16:42:59 -0700
commit0478647b0e5862db82c040d1f15012ec089b6d2f (patch)
tree692f35c0829bd18a4f4cc478f72ad24aecfbc25a /HOWTO
parent870737ab657433c5e8751255fe3c4d298202d142 (diff)
downloadotp-0478647b0e5862db82c040d1f15012ec089b6d2f.tar.gz
otp-0478647b0e5862db82c040d1f15012ec089b6d2f.tar.bz2
otp-0478647b0e5862db82c040d1f15012ec089b6d2f.zip
Update compile instructions when compiling from git
Updating to reflect the instructions found on the mailing list. http://erlang.org/pipermail/erlang-questions/2012-April/066184.html
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/INSTALL.md2
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.