From 063eff0766e4148fe385d195f4fadc384b6f15b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 31 Mar 2014 12:00:15 +0200 Subject: 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. --- HOWTO/INSTALL.md | 10 +++++++--- 1 file 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 ) 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 --------------------- -- cgit v1.2.3