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:
parent
57253b7a3c
commit
1d050e9b9d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue