Skip to content

Commit 7ea089b

Browse files
authored
Update Windows instructions
Update instructions for compiling under Windows.
1 parent f6d05e6 commit 7ea089b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and install it, then open pcb2gcodeGUI.pro inside Qt creator, select "Release" a
4343
You can also build pcb2gcodeGUI statically with [MSYS2](http://sourceforge.net/projects/msys2/):
4444
* Download MSYS2
4545
* 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)
46+
* `pacman -S mingw-w64-i686-qt5-static mingw-w64-i686-libwebp mingw-w64-i686-dbus` (or `pacman -S mingw-w64-x86_64-qt5-static mingw-w64-x86_64-libwebp mingw-w64-x86_64-dbus` if you want a 64-bit binary)
4747
* `git clone https://github.com/pcb2gcode/pcb2gcodeGUI.git`
4848
* `cd pcb2gcodeGUI/`
4949
* `/mingw32/qt5-static/bin/qmake.exe` (or `/mingw64/qt5-static/bin/qmake.exe` for the 64-bit binary)

0 commit comments

Comments
 (0)