We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 226ed94 + 7a9af12 commit a28612fCopy full SHA for a28612f
1 file changed
README.md
@@ -43,7 +43,7 @@ and install it, then open pcb2gcodeGUI.pro inside Qt creator, select "Release" a
43
You can also build pcb2gcodeGUI statically with [MSYS2](http://sourceforge.net/projects/msys2/):
44
* Download MSYS2
45
* Install the required build packages (follow the instructions for pcb2gcode)
46
- * `pacman -S mingw-w64-i686-qt5-static` (or `pacman -S mingw-w64-x86_64-qt5-static` if you want a 64-bit binary)
+ * `pacman --needed -S mingw-w64-i686-qt5-static mingw-w64-i686-libwebp mingw-w64-i686-dbus` (or `pacman --needed -S mingw-w64-x86_64-qt5-static mingw-w64-x86_64-libwebp mingw-w64-x86_64-dbus` if you want a 64-bit binary)
47
* `git clone https://github.com/pcb2gcode/pcb2gcodeGUI.git`
48
* `cd pcb2gcodeGUI/`
49
* `/mingw32/qt5-static/bin/qmake.exe` (or `/mingw64/qt5-static/bin/qmake.exe` for the 64-bit binary)
0 commit comments