diff options
author | Eric Appelt <[email protected]> | 2015-08-02 16:14:13 +0100 |
---|---|---|
committer | Eric Appelt <[email protected]> | 2015-08-02 16:14:13 +0100 |
commit | f146b442247c591dd9ae0ac3ad0409628804b4c5 (patch) | |
tree | 783ebff033d6050e0e50fca28caa43633f825cba /HOWTO | |
parent | 98647fcc1632f60871adee20031e294e5d5b6eb0 (diff) | |
download | otp-f146b442247c591dd9ae0ac3ad0409628804b4c5.tar.gz otp-f146b442247c591dd9ae0ac3ad0409628804b4c5.tar.bz2 otp-f146b442247c591dd9ae0ac3ad0409628804b4c5.zip |
Fix osx install wxWidgets instructions
wxWidgets does not have a branch named `WX_3_0_branch`, but has
`WX_3_0_BRANCH` Trying to clone with `--branch` set to the lowercase
name fails. Fix branch name to `WX_3_0_BRANCH`.
Diffstat (limited to 'HOWTO')
-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 837e6cbd76..9b2c77da7c 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -502,7 +502,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. |