diff options
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/INSTALL.md | 10 |
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 [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): @@ -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 --------------------- |