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
This commit is contained in:
Wayne Stambaugh 2017-03-05 14:07:37 -05:00
parent 1cee5780a5
commit 6f3ec438cb
1 changed files with 1 additions and 1 deletions

View File

@ -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