Gruppo BIM-CAD-CAE-CAM-CNC/EDA

From PNLUG
< Gruppo BIM-CAD-CAE-CAM-CNC
Revision as of 14:33, 25 February 2024 by Glunar (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

KICAD Main

Main page:

Note: https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/

Documentazione:

Esempi:

KICAD install

KICAD 8 2024/02/23

Download

FreeRouting

Guide

Download file

Install

Linux

da finestra di shell digitare:
sudo cp <dirdownload>/FreeRouting.jar /usr/bin/FreeRouting.jar 
sudo chmod +x /usr/bin/FreeRouting.jar

(dove <dirdownload> è il percorso dove è stato scaricato il file, es. sudo cp ~/Scaricati/FreeRouting.jar /usr/bin/freeroute.jar)

Execute

Se FreeRoute.jar non si avvia, è necessario aprire una finestra di shell e digitare:

da finestra di shell digitare:
java -jar FreeRouting.jar
o
java -jar /usr/bin/FreeRouting.jar