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:
parent
1cee5780a5
commit
6f3ec438cb
|
@ -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
|
development branch. To build the KiCad package, run the `msys2_shell.bat` file located in the
|
||||||
MSYS2 install path and run the following commands:
|
MSYS2 install path and run the following commands:
|
||||||
|
|
||||||
pacman -S git
|
pacman -S base-devel git
|
||||||
mkdir src
|
mkdir src
|
||||||
cd src
|
cd src
|
||||||
git clone https://github.com/Alexpux/MINGW-packages
|
git clone https://github.com/Alexpux/MINGW-packages
|
||||||
|
|
Loading…
Reference in New Issue