Skip to content

Commit 27e916d

Browse files
authored
Minor change to MSYS2 commands
Change MSYS2 commands for Windows so that pacman only installs the files if they are not already installed.
1 parent 7ea089b commit 27e916d

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 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)
46+
* `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)
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)