Skip to content

Commit 1d33d4b

Browse files
committed
Added build informations
1 parent 4823158 commit 1d33d4b

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
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

0 commit comments

Comments
 (0)