From 0f7785760fc16b553b3f09954da55ad5581be29a Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 31 Jan 2017 15:24:54 -0500 Subject: [PATCH] Add missing MSYS2 package on windows to developer's compiling document. --- Documentation/development/compiling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md index ecdee76d82..54a0a118f0 100644 --- a/Documentation/development/compiling.md +++ b/Documentation/development/compiling.md @@ -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 \