Gravure Mécanique PCB : Différence entre versions
(ajout installation) |
(→PCB2GCODE) |
||
Ligne 12 : | Ligne 12 : | ||
cf https://github.com/pcb2gcode/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=== | ===PCB2GCODEGUI=== |
Version du 21 octobre 2016 à 19:45
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