diff options
author | Björn Gustavsson <[email protected]> | 2014-03-31 11:56:02 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-04-03 09:53:42 +0200 |
commit | c5f6b2fd79eaf392a8a2f26cd50dd5ed73dda1f8 (patch) | |
tree | 0be4ac3eeffbe09f1c2bacb46a90a536f4cb0701 /HOWTO | |
parent | a6f1a39b615885c2ee4cef53c2deaa996aad3f78 (diff) | |
download | otp-c5f6b2fd79eaf392a8a2f26cd50dd5ed73dda1f8.tar.gz otp-c5f6b2fd79eaf392a8a2f26cd50dd5ed73dda1f8.tar.bz2 otp-c5f6b2fd79eaf392a8a2f26cd50dd5ed73dda1f8.zip |
Update/remove references to --enable-shared-zlib
In 9f57d8c4f86323cf7481c9a7e512486087bb5542, the configure option
--enable-shared-zlib. It was replaced with --enable-builtin-zlib.
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index f1bb8ec853..1e346b09ef 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -365,7 +365,7 @@ Some of the available `configure` options are: * `--{with,without}-javac` - Java compiler (without implies that the `jinterface` application won't be built) * `--{enable,disable}-dynamic-ssl-lib` - Dynamic OpenSSL libraries -* `--{enable,disable}-shared-zlib` - Shared zlib library +* `--{enable,disable}-builtin-zlib` - Use the built-in source for zlib. * `--with-ssl=PATH` - Specify location of OpenSSL include and lib * `--{with,without}-ssl` - OpenSSL (without implies that the `crypto`, `ssh`, and `ssl` won't be built) @@ -478,7 +478,7 @@ Build Erlang/OTP $ export PATH=/usr/local/bin:$PATH $ cd $ERL_TOP - $ ./configure --enable-shared-zlib + $ ./configure $ make $ sudo make install |