diff options
author | Björn Gustavsson <[email protected]> | 2014-04-04 10:19:53 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-04-04 10:19:53 +0200 |
commit | 76c73b9554a3d74b027bc2e1fdace7192b7a8de6 (patch) | |
tree | 0bfa31c94bde8d5665badf938e27b36766901f82 | |
parent | 15d88543258207687ebfada0fcb2972fe4840d33 (diff) | |
parent | 063eff0766e4148fe385d195f4fadc384b6f15b4 (diff) | |
download | otp-76c73b9554a3d74b027bc2e1fdace7192b7a8de6.tar.gz otp-76c73b9554a3d74b027bc2e1fdace7192b7a8de6.tar.bz2 otp-76c73b9554a3d74b027bc2e1fdace7192b7a8de6.zip |
Merge branch 'bjorn/INSTALL.md'
* bjorn/INSTALL.md:
Update instructions for cloning the wxWidgets repository
Update/remove references to --enable-shared-zlib
-rw-r--r-- | HOWTO/INSTALL.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index f1bb8ec853..5b3a09df2b 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) @@ -458,8 +458,13 @@ If you have Xcode 4.3, or later, you will also need to download #### Building with wxErlang #### -Be aware that the wxWidgets-3.0 is a new release of wxWidgets, it is not as matured -as the old releases and the OS X port still lags behind the other ports. +If you want to build the `wx` application, you will need to get wxWidgets-3.0 +(`wxWidgets-3.0.0.tar.bz2` from <http://sourceforge.net/projects/wxwindows/files/3.0.0/>) or get it from github with bug fixes: + + $ git clone --branch WX_3_0_branch [email protected]:wxWidgets/wxWidgets.git + +Be aware that the wxWidgets-3.0 is a new release of wxWidgets, it is not as +mature as the old releases and the OS X port still lags behind the other ports. Configure and build wxWidgets (on Mavericks - 10.9): @@ -478,7 +483,7 @@ Build Erlang/OTP $ export PATH=/usr/local/bin:$PATH $ cd $ERL_TOP - $ ./configure --enable-shared-zlib + $ ./configure $ make $ sudo make install @@ -715,7 +720,6 @@ Use `hipe:help_options/0` to print out the available options. The `gs` application requires the GUI toolkit Tcl/Tk to run. At least version 8.4 is required. - Known platform issues --------------------- |