Linux

From KiCad EDA Suite Official Wiki

Jump to: navigation, search

Contents

Installation

Installation on linux is normaly done using the package manager of your distro.

For Debian-based distros like Ubuntu you should use apt-get/aptitude or synaptic

For RPM-based distros like Fedora and CentOS you should use yum or yumex.

Only for newer releases and snapshot install from the official KiCad build which can be downloaded from the authors website.

http://www.lis.inpg.fr/realise_au_lis/kicad

You must have libc.so.6 (does not work with libc.so.5)

su root
cd /usr/local
tar zxvf kicad.tgz
unzip kicad.zip,
cd /usr/local/kicad/bin
chmod 755 *
/usr/local/kicad/bin/kicad

If you use KDE, users can copy the shortcut /usr/local/kicad/bin/kicad.desktop in <user home directory>/Desktop and use it to run kicad.

3D Wings

(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).

Documentation

"On line" in pdf format. source files in OpenOffice (www.openoffice.org) format. Can be read, printed and/or modified with OpenOffice. See files in kicad/doc/help/xx/doc_src/*

Files

Warning

Do not change the kicad tree, or the location of binary files, or kicad will **not** be able to find other kicad files (configuration, libraries...)

Personal tools
Namespaces
Variants
Actions
Navigation
Development
Wiki
Toolbox