Skip to content

Commit

Permalink
Documentation: add missing dependency to compiling with msys2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoe authored and Wayne Stambaugh committed Mar 11, 2016
1 parent 99e81ae commit 61eb65f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/development/compiling.md
Expand Up @@ -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.
Expand Down

0 comments on commit 61eb65f

Please sign in to comment.