File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# pcb2gcodeGUI
2- A simple GUI for pcb2gcode
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
6+
7+ ## Build
8+ ### Build on Debian Jessie/Sid, Ubuntu Trusty/Utopic/Vivid
9+
10+ sudo apt-get install git qt5-default
11+ git clone https://github.com/Corna/pcb2gcodeGUI.git
12+ cd pcb2gcodeGUI/
13+ qmake
14+ make
15+
16+ Now just run the built executable with
17+
18+ ./pcb2gcodeGUI
19+
20+ ### Build on Debian Wheezy
21+ You need wheezy-backports: add this line to /etc/apt/sources.list
22+
23+ deb http://ftp.debian.org/debian/ wheezy-backports main
24+
25+ and do an apt-update
26+
27+ sudo apt-get update
28+
29+ then follow the instructions for Debian Jessie
You can’t perform that action at this time.
0 commit comments