Documentation: add missing dependency to compiling with msys2.
This commit is contained in:
parent
99e81aeb9c
commit
61eb65f0e9
|
@ -256,7 +256,9 @@ the following commands:
|
|||
mingw-w64-x86_64-glew \
|
||||
mingw-w64-x86_64-curl \
|
||||
mingw-w64-x86_64-wxPython \
|
||||
mingw-w64-x86_64-wxWidgets
|
||||
mingw-w64-x86_64-wxWidgets \
|
||||
mingw-w64-x86_64-toolchain \
|
||||
mingw-w64-x86_64-glm
|
||||
cd kicad-source
|
||||
mkdir -p build/release
|
||||
mkdir build/debug # Optional for debug build.
|
||||
|
|
Loading…
Reference in New Issue