summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2014-03-31 12:00:15 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2014-04-03 09:56:27 +0200
commit063eff0766e4148fe385d195f4fadc384b6f15b4 (patch)
tree2a9c9cf509dc08c4bfc3e74679063f8c1ccef8ff
parentc5f6b2fd79eaf392a8a2f26cd50dd5ed73dda1f8 (diff)
downloaderlang-063eff0766e4148fe385d195f4fadc384b6f15b4.tar.gz
Update instructions for cloning the wxWidgets repository
The master branch has incompatible changes by default. The safest course for now is to use the WX_3_0_branch.
-rw-r--r--HOWTO/INSTALL.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 1e346b09ef..5b3a09df2b 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -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 git@github.com: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):
@@ -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
---------------------