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

From PNLUG
Jump to: navigation, search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
[[Category:EDA]]
  +
__TOC__
  +
== KICAD Main ==
   
  +
Main page:
== KICAD install ==
 
  +
* http://kicad-pcb.org/
   
  +
Guide:
  +
* http://kicad-pcb.org/help/documentation/#_getting_started
  +
* http://kicad-pcb.org/help/documentation/
  +
  +
Esempi:
  +
* http://kicad-pcb.org/made-with-kicad/
  +
* https://github.com/KiCad/kicad-templates (presente nell'installazione di Kicad)
  +
  +
== KICAD install ==
   
 
'''KICAD 4'''
 
'''KICAD 4'''
   
  +
Stable:
Stable [http://kicad-pcb.org/download/ubuntu/]
 
  +
* http://kicad-pcb.org/download/ubuntu
   
 
'''KICAD 5'''
 
'''KICAD 5'''
   
Nightly Development Builds [http://kicad-pcb.org/download/ubuntu/]
+
Nightly Development Builds
  +
* http://kicad-pcb.org/download/ubuntu
  +
Launchpad
  +
* https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-5
   
  +
== FreeRouting ==
Launchpad [https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-5]
 
   
  +
'''Guide'''
----
 
  +
* http://www.freerouting.eu/wpress
  +
* https://freerouting.org/
   
  +
'''Download file'''
== FreeRouting ==
 
  +
* https://github.com/freerouting/freerouting/blob/master/binaries/FreeRouting.jar
  +
  +
''' Install '''
  +
'''Linux'''
  +
  +
''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 chmod +x /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>)''
  +
  +
'''Win'''
  +
  +
http://amichalec.net/2015/10/kicad-upgrade/

Revision as of 20:13, 16 October 2018

KICAD Main

Main page:

Guide:

Esempi:

KICAD install

KICAD 4

Stable:

KICAD 5

Nightly Development Builds

Launchpad

FreeRouting

Guide

Download file

Install

Linux

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

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

Win

http://amichalec.net/2015/10/kicad-upgrade/