Gravure Mécanique PCB : Différence entre versions
(ajout installation) |
|||
Ligne 9 : | Ligne 9 : | ||
==Installation== | ==Installation== | ||
===PCB2GCODE=== | ===PCB2GCODE=== | ||
+ | |||
+ | cf https://github.com/pcb2gcode/pcb2gcode | ||
+ | |||
$ sudo apt-get update | $ sudo apt-get update | ||
$ sudo apt-get install build-essential automake autoconf autoconf-archive libtool libboost-program-options-dev libgtkmm-2.4-dev gerbv git | $ sudo apt-get install build-essential automake autoconf autoconf-archive libtool libboost-program-options-dev libgtkmm-2.4-dev gerbv git | ||
$ git clone https://github.com/pcb2gcode/pcb2gcode.git | $ git clone https://github.com/pcb2gcode/pcb2gcode.git | ||
$ cd pcb2gcode | $ cd pcb2gcode | ||
+ | $ autoreconf -fvi | ||
+ | $ ./configure | ||
+ | $ make | ||
+ | $ sudo make install | ||
+ | |||
+ | ===PCB2GCODEGUI=== | ||
+ | cf https://github.com/pcb2gcode/pcb2gcodeGUI | ||
+ | sudo apt-get install build-essential git qt5-default libqt5svg5-dev | ||
+ | git clone https://github.com/pcb2gcode/pcb2gcodeGUI.git | ||
+ | cd pcb2gcodeGUI/ | ||
+ | qmake | ||
+ | make | ||
+ | sudo make install | ||
Version du 21 octobre 2016 à 19:44
Sommaire
Présentation
Graver un PCB avec la fraiseuse du fab
Niveau de difficulté
Installation
PCB2GCODE
cf https://github.com/pcb2gcode/pcb2gcode
$ sudo apt-get update $ sudo apt-get install build-essential automake autoconf autoconf-archive libtool libboost-program-options-dev libgtkmm-2.4-dev gerbv git $ git clone https://github.com/pcb2gcode/pcb2gcode.git $ cd pcb2gcode $ autoreconf -fvi $ ./configure $ make $ sudo make install
PCB2GCODEGUI
cf https://github.com/pcb2gcode/pcb2gcodeGUI
sudo apt-get install build-essential git qt5-default libqt5svg5-dev git clone https://github.com/pcb2gcode/pcb2gcodeGUI.git cd pcb2gcodeGUI/ qmake make sudo make install
Utilisation
Auteurs
Pila