Add missing MSYS2 package on windows to developer's compiling document.

This commit is contained in:
Wayne Stambaugh 2017-01-31 15:24:54 -05:00
parent 66ed8f00ca
commit 0f7785760f
1 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,8 @@ method of building KiCad, your task is significantly more involved. For 64 bit
the `mingw64_shell.bat` file located in the MSYS2 install path. At the command prompt run the
the following commands:
pacman -S mingw-w64-x86_64-cmake \
pacman -S base-devel \
mingw-w64-x86_64-cmake \
mingw-w64-x86_64-doxygen \
mingw-w64-x86_64-gcc \
mingw-w64-x86_64-python2 \