Installer Kicad depuis les sources : Différence entre versions

De L'abscisse - FabLab et Hackerspace de Dijon
Aller à : navigation, rechercher
Ligne 33 : Ligne 33 :
 
  export KIGITHUB="https://github.com/KiCad"
 
  export KIGITHUB="https://github.com/KiCad"
 
  export KISYSMOD="/usr/local/share/kicad/footprints"
 
  export KISYSMOD="/usr/local/share/kicad/footprints"
 +
 +
Redémarrer le gestion de bureau, ou redémarrer tout court !
  
 
==Liens==
 
==Liens==

Version du 18 avril 2014 à 15:53

Dialog-warning.png Article en cours de rédaction Dialog-warning.png


Présentation

Installer la dernière version de kicad

Niveau de difficulté

Vert.png

Procédure

Installer kicad http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/scripts/kicad-install.sh

chmod u+x kicad-install.sh

./kicad-install.sh --install-or-update

Récupérer les librairies http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/scripts/library-repos-install.sh

chmod u+x library-repos-install.sh
./library-repos-install.sh --install-or-update

Les copier dans le dossier footprints sudo mkdir /usr/local/share/kicad/footprints

cp ~/kicad_sources/library-repos/* /usr/local/share/kicad/footprints/

Copier le machin ???

cp ~/kicad_sources/library-repos/kicad-library/template/fp-lib-table.for-pretty ~/fp-lib-table

Ajouter ce contenu au fichier ~/.profile

#used to make kicad work
export KIGITHUB="https://github.com/KiCad"
export KISYSMOD="/usr/local/share/kicad/footprints"

Redémarrer le gestion de bureau, ou redémarrer tout court !

Liens

Auteurs

Pila