From 6f3ec438cb370236bb3b5fda95f7e449eeb04b8b Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sun, 5 Mar 2017 14:07:37 -0500 Subject: [PATCH] Add missing install package to the compiling document. The base-devel package install was missing from the "MSYS2 The Easy Way" section of the compiling developers document. Fixes lp:1670067 https://bugs.launchpad.net/kicad/+bug/1670067 --- Documentation/development/compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md index 744c27fc77..cf3ae13adf 100644 --- a/Documentation/development/compiling.md +++ b/Documentation/development/compiling.md @@ -260,7 +260,7 @@ The easiest way to build KiCad using the [MSYS2][] build environment is to use t development branch. To build the KiCad package, run the `msys2_shell.bat` file located in the MSYS2 install path and run the following commands: - pacman -S git + pacman -S base-devel git mkdir src cd src git clone https://github.com/Alexpux/MINGW-packages