We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4d126e + e2e81c2 commit 4b5f8efCopy full SHA for 4b5f8ef
README.md
@@ -2,7 +2,7 @@
2
A simple GUI for pcb2gcode.
3
The minimum required Qt's version is 5.0.2.
4
After building it, download and install pcb2gcode
5
-from https://github.com/patkan/pcb2gcode
+from https://github.com/Corna/pcb2gcode
6
7
## Build
8
### Build on Debian Jessie/Sid, Ubuntu Trusty/Utopic/Vivid
@@ -27,3 +27,10 @@ and do an apt-update
27
sudo apt-get update
28
29
then follow the instructions for Debian Jessie
30
+
31
+### Build on Windows
32
+The easiest way to build pcb2gcodeGUI on windows is by downloading
33
+the Qt SDK from here http://www.qt.io/download-open-source/ and
34
+building it within Qt Creator. After that, download a pcb2gcode
35
+Windows build and put it in a pcb2gcode/ subfolder of the pcb2gcodeGUI
36
+binary
0 commit comments