From a881dc7bfb1497c8947e4f669b167e769a6ca670 Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Wed, 15 Apr 2015 14:47:16 -0400 Subject: [PATCH] Correct configure line for OS X --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0803f..240ecc0 100644 --- a/README.md +++ b/README.md @@ -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):