diff options
author | Zandra <[email protected]> | 2015-10-15 16:58:35 +0200 |
---|---|---|
committer | Zandra <[email protected]> | 2015-10-15 16:58:35 +0200 |
commit | 691aac48dea18b6c046e152d78daa61c204eba2e (patch) | |
tree | 2d5fc2b1e72c9f68f509579a5552e8fc1eeb397c | |
parent | 3ff3cf5e7dcb9131ed338b4e828de381b0fc391d (diff) | |
parent | 90fcd9fdc8defdc15bfa5630ac4ece501a810d20 (diff) | |
download | otp-691aac48dea18b6c046e152d78daa61c204eba2e.tar.gz otp-691aac48dea18b6c046e152d78daa61c204eba2e.tar.bz2 otp-691aac48dea18b6c046e152d78daa61c204eba2e.zip |
Merge branch 'maint'
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 0dab438b10..c53cfdc6ec 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -508,7 +508,7 @@ If you have Xcode 4.3, or later, you will also need to download 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 + $ 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. |