Correct configure line for OS X

This commit is contained in:
Tim Warren 2015-04-15 14:47:16 -04:00
parent 9befc27aa3
commit a881dc7bfb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Building wxWidgets:
1. Download the latest wxWidgets source
2. Make a new directory in the source tree, like `wxmac`
3. Run `../configure --disable-shared --disable-` in the new directory
3. Run `../configure --disable-shared --disable-webviewwebkit` in the new directory
4. Run `make && make install`
Install libssh2 (Using homebrew):