Installer Kicad depuis les sources : Différence entre versions
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
Article en cours de rédaction |
---|
Présentation
Installer la dernière version de kicad
Niveau de difficulté
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