2007-06-05 12:10:51 +00:00
|
|
|
|
/*****************************/
|
|
|
|
|
/***** English version *******/
|
|
|
|
|
/*****************************/
|
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
KiCad binaries exists for Linux and Windows (XP, 2000).
|
|
|
|
|
Files (schematic, boards, libraries) created on both systems are totally compatible.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
== Used language: ==
|
|
|
|
|
Doc files are in french, but KiCad user interface is internationalized:
|
2007-06-05 12:10:51 +00:00
|
|
|
|
User interface is in English for most countries.
|
2007-11-08 19:57:12 +00:00
|
|
|
|
User interface is in you native language only if you run KiCad from a localized version of you operation system.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
It is easy to add a new translation with poedit.
|
2007-11-08 19:57:12 +00:00
|
|
|
|
KiCad can use this translation without any change.
|
|
|
|
|
'poedit' is used to create the french (and many other) translations.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
See http://poedit.sourceforge.net.
|
|
|
|
|
Contact me for more details.
|
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
== Installation from release archive ==
|
|
|
|
|
kicad-{year}-{month}-{day}.zip - archive with statically linked KiCad for Windows XP and 2000 (not Windows 98).
|
2007-06-05 12:10:51 +00:00
|
|
|
|
or
|
2007-11-08 19:57:12 +00:00
|
|
|
|
kicad-{year}-{month}-{day}.tar.bz2 - archive with statically linked KiCad for Linux.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
Untar or unzip KiCad archive (this create the KiCad tree in the current directory).
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
=== Under Windows: ===
|
2007-06-05 12:10:51 +00:00
|
|
|
|
Goto C:\ or D:\ (or other prefered directory).
|
|
|
|
|
Examples are for an install on C:\.
|
2007-11-08 19:57:12 +00:00
|
|
|
|
Unzip archive kicad-{year}-{month}-{day}.zip
|
2007-06-05 12:10:51 +00:00
|
|
|
|
You must have created c:\kicad.
|
|
|
|
|
Windows executables are in c:\kicad\winexe.
|
|
|
|
|
The main program is kicad.exe and from it you can run other programs
|
2007-11-08 19:57:12 +00:00
|
|
|
|
(schematic editor - eeschema, pcb editor - pcbnew, utilities: cvpcb and gerbview).
|
2007-06-05 12:10:51 +00:00
|
|
|
|
I suggest you create a shortcut to c:\kicad\winexe\kicad.exe
|
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
=== Under Linux: ===
|
|
|
|
|
You do must have libc.so.6 (KiCad doesn't work with libc.so.5)
|
|
|
|
|
You must have the "root" rights.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
goto /usr/local
|
2007-11-08 19:57:12 +00:00
|
|
|
|
Untar kicad-{year}-{month}-{day}.tar.bz2 by command
|
|
|
|
|
tar -jxf kicad-{year}-{month}-{day}.tar.bz2.
|
|
|
|
|
(It is possible to unzip KiCad.zip: unzip KiCad.zip,
|
2007-06-05 12:10:51 +00:00
|
|
|
|
and goto /usr/local/kicad/linux and run chmod 755 *)
|
|
|
|
|
The main program is /usr/local/kicad/linux/kicad
|
2007-11-08 19:57:12 +00:00
|
|
|
|
If you use KDE, then you can copy the shortcut /usr/local/kicad/linux/kicad.desktop
|
2007-06-05 12:10:51 +00:00
|
|
|
|
in <user home directory>/Desktop and use it to run kicad.
|
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
== 3D modeler wings3D: ==
|
2007-06-05 12:10:51 +00:00
|
|
|
|
(Usefull only if you plan to create 3D shapes for Printed board modules)
|
|
|
|
|
Archive and doc files (Linux and windows ) are in ../kicad/wing3d
|
|
|
|
|
goto www.wings3d.org to have more details.
|
|
|
|
|
Pcbnew use the exported files in wrml (.wrl) format from wings3d (not the native .wings format).
|
|
|
|
|
|
2007-11-08 20:38:30 +00:00
|
|
|
|
== Documentation: ==
|
|
|
|
|
Currenty not only in french.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
"On line" in html format.
|
2007-11-08 20:38:30 +00:00
|
|
|
|
Source files (200 sheets) are in OpenOffice.org (www.openoffice.org) format.
|
|
|
|
|
Can be read, printed and/or modified with OpenOffice.org Writer.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
See files in kicad/help/doc_src/*
|
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
KiCad tree:
|
2007-06-05 12:10:51 +00:00
|
|
|
|
kicad/winexe: windows (XP et 2000 compatible) binaries.
|
|
|
|
|
kicad/linux: linux binaries (Mandrake 9.2 and 10.0 tested,
|
|
|
|
|
probably work fine for distributions who have an recent libc)
|
|
|
|
|
kicad/library: libraries for schematic
|
|
|
|
|
kicad/library/doc: documentation files for schematic components (.pdf)
|
|
|
|
|
(readable from schematic if you have acrobat ou Xpdf)
|
|
|
|
|
kicad/modules: module libraries for printed boards.
|
|
|
|
|
files *.mod are the libraries,
|
|
|
|
|
and files *.brd are printed board you can see with pcbnew
|
|
|
|
|
files *.brd show the existing modules (and 3D shapes) in libraries.
|
|
|
|
|
kicad/modules/packages3d: many 3D shapes (.wrl et .wings format) for existing modules
|
|
|
|
|
|
|
|
|
|
kicad/demos: Usefull...
|
|
|
|
|
kicad/internat: dictionnaires des langues (actuellement anglais->francais) pour les menus
|
|
|
|
|
kicad/help: On line help (in french)
|
|
|
|
|
kicad/help/doc_src: Documentation (in french) (source doc, 200 sheets) under OpenOffice.
|
|
|
|
|
|
|
|
|
|
Warning:
|
2007-11-08 19:57:12 +00:00
|
|
|
|
Do not change the KiCad tree, or the location of binary files,
|
|
|
|
|
or KiCad will **not** be able to found other KiCad files (configuration, libraries...)
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************/
|
|
|
|
|
/***** version Francaise *******/
|
|
|
|
|
/*******************************/
|
|
|
|
|
|
|
|
|
|
Les executable kicad existent pour Linux et Windows (XP, 2000)
|
|
|
|
|
Les fichiers crees (Schematique, circuits imprimes, librairies) sous ces 2 systemes sont
|
|
|
|
|
totalement compatibles.
|
|
|
|
|
|
|
|
|
|
Installation a partir des archives
|
|
|
|
|
(toutes les 2 contiennent **tous** les executables):
|
|
|
|
|
kicad.zip
|
|
|
|
|
ou
|
|
|
|
|
kicad.tgz (s'il est disponible)
|
|
|
|
|
|
|
|
|
|
Le decompactage cree le repertoire kicad (et ses sous repertoires) a partir
|
|
|
|
|
du repertoire courant.
|
|
|
|
|
|
|
|
|
|
**Sous Windows:
|
|
|
|
|
se placer dans C:\ (ou D:\ ou tout disque et repertoire de son choix)
|
2008-01-06 12:20:06 +00:00
|
|
|
|
On supposera ici que l'on s'est plac<61> dans c:\
|
2007-06-05 12:10:51 +00:00
|
|
|
|
Decompacter kicad.zip
|
2008-01-06 12:20:06 +00:00
|
|
|
|
Cr<EFBFBD>er un raccourci vers c:\kicad\winexe\kicad.exe
|
2007-06-05 12:10:51 +00:00
|
|
|
|
On pourra alors lancer le gestionnaire de projets kicad.exe
|
|
|
|
|
|
|
|
|
|
Sous Linux
|
2008-01-06 12:20:06 +00:00
|
|
|
|
On se placera de pr<70>f<EFBFBD>rence en /usr/local
|
2007-06-05 12:10:51 +00:00
|
|
|
|
Il faudra sans doute aussi etre "root"
|
|
|
|
|
Decompacter kicad.tgz ou kicad.zip
|
|
|
|
|
- kicad.tgz: faire tar zxvf <chemin de kicad.tgz>/kicad.tgz
|
|
|
|
|
- kicad.zip (unzip <chemin de kicad.tgz>/kicad.zip). Il faudra alors dans ce
|
|
|
|
|
cas rendre executable kicad, cvpcb, eeschema, gerbview et pcbnew:
|
|
|
|
|
se placer dans /usr/local/kicad/linux et faire la commande chmod 755 nom_fichier
|
|
|
|
|
pour ces 5 fichiers.
|
|
|
|
|
On lancera kicad par /usr/local/kicad/linux/kicad
|
|
|
|
|
Sous KDE on pourra copier /usr/local/kicad/linux/kicad.desktop sur le bureau
|
|
|
|
|
de KDE comme raccourci.
|
|
|
|
|
|
2008-01-06 12:20:06 +00:00
|
|
|
|
Installation du modeleur 3D wings3D pour cr<63>er les formes 3D des modules du PCB:
|
2007-06-05 12:10:51 +00:00
|
|
|
|
Il est fourni dans ..kicad/wings3d pour Windows et Linux.
|
2008-01-06 12:20:06 +00:00
|
|
|
|
Se reporter au site du cr<63>ateur pour tous d<>tails (www.wings3d.org)
|
|
|
|
|
Se reporter aussi a la doc de pcbnew pour la g<>n<EFBFBD>ration des fichiers 3d
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
|
|
Documentation:
|
|
|
|
|
L'impression de la documentation (environ 200 pages) peut se faire
|
|
|
|
|
sous OpenOffice (www.openoffice.org) (magnifique logiciel libre de traitement de texte).
|
|
|
|
|
|
2007-11-08 19:57:12 +00:00
|
|
|
|
Principaux repertoires de kicad:
|
2007-06-05 12:10:51 +00:00
|
|
|
|
kicad/winexe: executables sous windows (teste sous XP et 2000)
|
|
|
|
|
kicad/linux: executables sous linux (testes sous Mandrake 9.2 et 10.0)
|
|
|
|
|
kicad/library: fichiers libraires de composants schematiques
|
|
|
|
|
kicad/library/doc: fichiers documentation des composants schematiques (.pdf)
|
2008-01-06 12:20:06 +00:00
|
|
|
|
(accessibles directement de la schematique si l'on a install<6C> acrobat ou Xpdf)
|
|
|
|
|
kicad/modules: fichiers de composants (modules) pour le circuit imprim<69>
|
2007-06-05 12:10:51 +00:00
|
|
|
|
kicad/modules/packages3d: fichiers de formes 3D des modules
|
|
|
|
|
|
|
|
|
|
kicad/demos: C'est toujours utile...
|
|
|
|
|
kicad/internat: dictionnaires des langues (actuellement anglais->francais) pour les menus
|
|
|
|
|
kicad/help: fichiers d'aides en ligne
|
|
|
|
|
kicad/help/doc_src: fichiers d'aides (doc source, 200 pages) sous OpenOffice,
|
|
|
|
|
a lire avant de se plaindre.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Complements:
|
2008-01-06 12:20:06 +00:00
|
|
|
|
-En cas de difficult<6C>:
|
|
|
|
|
Un probl<62>me peut surgir pour kicad lors de la recherche des fichiers utiles
|
|
|
|
|
comme fichiers de config, librairies, dictionnaire anglais->fran<61>ais, docs...
|
2007-06-05 12:10:51 +00:00
|
|
|
|
Sous Windows:
|
2008-01-06 12:20:06 +00:00
|
|
|
|
La recherche se fait l<> ou sont lus les executables.
|
|
|
|
|
Il ne faut donc pas recopier les executables ailleurs que l<> ou ils sont.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
Toutefois, si cela ne marche pas, kicad cherche le repertoire c:\kicad
|
|
|
|
|
Sous linux:
|
2008-01-06 12:20:06 +00:00
|
|
|
|
La recherche se fait sur /usr/local/kicad (installation conseill<6C>e),
|
|
|
|
|
ou dans le chemin des executables si /usr/local/kicad n'est pas trouv<75>.
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
2008-01-06 12:20:06 +00:00
|
|
|
|
Uniquement en cas d'installation non standard (et en cas de difficult<6C>),
|
2007-11-08 19:57:12 +00:00
|
|
|
|
definir la variable d'environnement kicad = <chemin de kicad>
|
|
|
|
|
ex: kicad=/usr/local/cao/kicad
|