Difference between revisions of "Gruppo BIM-CAD-CAE-CAM-CNC/EDA"

From PNLUG
Jump to: navigation, search
Line 37: Line 37:
 
 
 
''da finestra di shell digitare:''
 
''da finestra di shell digitare:''
<span style="color:#0000ff">sudo cp <span style="color:#ff00ff"><dirdownload></span>/FreeRouting.jar /usr/bin/freeroute.jar </span>
+
<span style="color:#0000ff">sudo cp <span style="color:#ff00ff"><dirdownload></span>/FreeRouting.jar /usr/bin/FreeRouting.jar </span>
<span style="color:#0000ff">sudo chmod +x /usr/bin/freeroute.jar</span>
+
<span style="color:#0000ff">sudo chmod +x /usr/bin/FreeRouting.jar</span>
 
 
 
''(dove <span style="color:#ff00ff"><dirdownload></span> è il percorso dove è stato scaricato il file, es. <span style="color:#808080">sudo cp ~/Scaricati/FreeRouting.jar /usr/bin/freeroute.jar</span>)''
 
''(dove <span style="color:#ff00ff"><dirdownload></span> è il percorso dove è stato scaricato il file, es. <span style="color:#808080">sudo cp ~/Scaricati/FreeRouting.jar /usr/bin/freeroute.jar</span>)''
  +
  +
''' Execute '''
  +
  +
Se ''FreeRoute.jar'' non si avvia, è necessario aprire una finestra di shell e digitare:
  +
''da finestra di shell digitare:''
  +
<span style="color:#0000ff">java -jar FreeRouting.jar</span>
  +
o
  +
<span style="color:#0000ff">java -jar /usr/bin/FreeRouting.jar</span>

Revision as of 10:59, 19 August 2022

KICAD Main

Main page:

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

Documentazione:

Esempi:

KICAD install

KICAD 6 2021/12/25

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