File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ git version)
88## Build
99### Build on Debian Jessie/Sid, Ubuntu Trusty/Utopic/Vivid
1010
11- sudo apt-get install git qt5-default
12- git clone https://github.com/Corna /pcb2gcodeGUI.git
11+ sudo apt-get install build-essential git qt5-default
12+ git clone https://github.com/pcb2gcode /pcb2gcodeGUI.git
1313 cd pcb2gcodeGUI/
1414 qmake
1515 make
Original file line number Diff line number Diff line change 3333#define PCB2GCODE_GUI_VERSION 0.1
3434
3535static const char * about_pcb2gcode_str = "pcb2gcode v%1<br>"
36- "<a href='http ://sourceforge.net/projects/ pcb2gcode/'>http ://sourceforge.net/projects/ pcb2gcode/</a><br>" ;
36+ "<a href='https ://github.com/ pcb2gcode/pcb2gcode'>https ://github.com/ pcb2gcode/pcb2gcode </a><br>" ;
3737static const char * about_pcb2gcodegui_str = "pcb2gcodeGUI v%1<br>"
3838 "Created by Nicola Corna (nicola@corna.info)<br>"
39- "<a href='https://github.com/Corna /pcb2gcodeGUI'>https://github.com/Corna /pcb2gcodeGUI</a>" ;
40- static const char * manual_link = "https://sourceforge.net/p /pcb2gcode/wiki/Manual/ " ;
39+ "<a href='https://github.com/pcb2gcode /pcb2gcodeGUI'>https://github.com/pcb2gcode /pcb2gcodeGUI</a>" ;
40+ static const char * manual_link = "https://github.com/pcb2gcode /pcb2gcode/wiki/Manual" ;
4141
4242static const char * default_config_filename = "/default_millproject" ;
4343
You can’t perform that action at this time.
0 commit comments