Browse Source

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.
merge-requests/29/head
Ian McInerney 6 years ago
parent
commit
1d050e9b9d
  1. 4
      Documentation/development/compiling.md

4
Documentation/development/compiling.md

@ -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…
Cancel
Save