Browse Source

Documentation: add missing dependency to compiling with msys2.

pull/12/head
Nick Østergaard 10 years ago
committed by Wayne Stambaugh
parent
commit
61eb65f0e9
  1. 4
      Documentation/development/compiling.md

4
Documentation/development/compiling.md

@ -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…
Cancel
Save