Update macOS build documentation with moved wxWidgets repo

Also remove --enable-utf8 from the configure flags since
the custom build doesn't work with UTF8 enabled.
Add rich text support to wxWidgets for the multi-line editor.
This commit is contained in:
Ian McInerney 2019-12-22 01:23:45 +00:00
parent 57253b7a3c
commit 1d050e9b9d
1 changed files with 2 additions and 2 deletions

View File

@ -435,16 +435,16 @@ and some other fixes/improvements are contained in the `kicad/macos-wx-3.0` bran
To perform a wxWidgets build, execute the following commands:
cd <your wxWidgets build folder>
git clone -b kicad/macos-wx-3.0 https://github.com/KiCad/wxWidgets
git clone -b kicad/macos-wx-3.0 https://gitlab.com/kicad/code/wxWidgets.git
mkdir wx-build
cd wx-build
../wxWidgets/configure \
--prefix=`pwd`/../wx-bin \
--with-opengl \
--enable-aui \
--enable-utf8 \
--enable-html \
--enable-stl \
--enable-richtext \
--with-libjpeg=builtin \
--with-libpng=builtin \
--with-regex=builtin \