Kicad
Headings:
LINUX
Windows XP/2000
The kicad utility program is a project manager that facilitates the use of the various programs required to draw schematics, lay out PCBs, generate and check the production files.
The programs included are:
Eeschema: the schematic editor.
Pcbnew: the PCB editor.
Cvpcb: enables the association of schematic components with physical modules (packages) for placement on the PCB.
Gerbview: is used to visualise Gerber files.
Become root .
Copy the file kicad.tgz into the directory /usr/local. It is also possible to use the file kicad.zip (at the price of an extra installation step explained below).
Run the command: tar zxvf kicad.tgz (or unzip kicad.zip). The kicad directory, its subdirectories and files will be created.
Optionally, odify the file /etc/profile (or whatever the standard config file for your Linux distribution is – possibly /usr/.profile), in order to add to the PATH line the path to the binaries of Eeschema (/usr/local/kicad/linux). Do not use symbolic links, because Eeschema needs to know the real path in order to find other files (default configuration, online help files, ...)
It may be necessary/desirable to
change the file permissions. By default, the files are
world-readable and world-executable (if executable) but only
writable by the owner - root.
If the kicad.zip
file was used for the installation, it will be necessary to make
executable the following 5 files:
kicad, pcbnew, eeschema,
cvpcb, gerbview and the wyoeditor text editor in the
kicad/linux directory (command: chmod +x kicad).
Eeschema uses the function keys F1 to F4 (zooms). They should not be reassigned. Under KDE, use the configuration menu for KDE to delete these reassignments if the zoom functions are inactive.
Notes :
Any modification of profile or .profile will only take effect after a new login.
Under KDE, it is possible to create an icon that runs the kicad project manager. It is preferable to run the kicad project manager rather than Eeschema directly, for the project management functions kicad offers (the binary for kicad is located in /usr/local/linux). The simplest method is to copy
/usr/local/linux/kicad.desktop onto the desktop.
It is strongly recommended to use the same name for the project and its directory.
example.pro |
|
example.sch |
|
example.brd |
|
example.net |
|
example.xxx |
|
example.cache.lib |
|
|
Run Eeschema |
|
Run Cvpcb. |
|
Run Pcbnew. |
|
Run Gerbview. |
|
|
|
Create a configuration file for a new project. If the template kicad.pro is found in kicad/winexe or kicad/linux, it is copied into the working directory. |
|
Open an existing project. |
|
Update (save) the current configuration. |
|
Create a zip archive of the whole project (schematic files, libraries, pcb, etc). |
Use Page