= kicad = KiCad is an EDA software suite for the creation of professional schematics and printed circuit boards up to 16 layers. KiCad runs on Windows, Linux and Apple OS X and is released under the open-source GNU GPL v2 free of charge. http://www.kicad-pcb.org/display/KICAD/KiCad+EDA+Software+Suite Software tools: * eeschema, schematic editor. * pcbnew, printed circuit board editor. * gerbview, GERBER file viewer. * cvpcb, footprint selector for components association. == SlackBuild == {{{#!highlight sh cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomecups.tar.gz tar xvzf libgnomecups.tar.gz cd libgnomecups wget http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2 ./libgnomecups.SlackBuild installpkg /tmp/libgnomecups-0.2.3-x86_64-1_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomeprint.tar.gz tar xvzf libgnomeprint.tar.gz cd libgnomeprint wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/libgnomeprint-2.18.8.tar.bz2 ./libgnomeprint.SlackBuild installpkg /tmp/libgnomeprint-2.18.8-x86_64-1_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomecanvas.tar.gz tar xvzf libgnomecanvas.tar.gz cd libgnomecanvas wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.30/libgnomecanvas-2.30.3.tar.bz2 ./libgnomecanvas.SlackBuild installpkg /tmp/libgnomecanvas-2.30.3-x86_64-1_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomeprintui.tar.gz tar xvzf libgnomeprintui.tar.gz cd libgnomeprintui wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.6.tar.bz2 ./libgnomeprintui.SlackBuild installpkg /tmp/libgnomeprintui-2.18.6-x86_64-1_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/libraries/wxGTK.tar.gz tar xvzf wxGTK.tar.gz cd wxGTK wget http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.12.tar.gz GNOMEPRINT=yes ./wxGTK.SlackBuild installpkg /tmp/wxGTK-2.8.12-x86_64-3_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/development/kicad.tar.gz tar xvzf kicad.tar.gz cd kicad wget http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20130325.tar.bz2 ./kicad.SlackBuild installpkg /tmp/kicad-bzr_20130325-x86_64-1_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/development/kicad-library.tar.gz tar xvzf kicad-library.tar.gz cd kicad-library wget http://www.nielshorn.net/_download/slackware/source/kicad-library-bzr_20130317.tar.bz2 ./kicad-library.SlackBuild installpkg /tmp/kicad-library-bzr_20130317-noarch-1_SBo.tgz cd /tmp wget http://slackbuilds.org/slackbuilds/14.1/development/kicad-doc.tar.gz tar xvzf kicad-doc.tar.gz cd kicad-doc wget http://www.nielshorn.net/_download/slackware/source/kicad-doc-bzr_20130328.tar.bz2 ./kicad-doc.SlackBuild installpkg /tmp/kicad-doc-bzr_20130328-noarch-1_SBo.tgz }}} == Debian == {{{#!highlight bash sudo apt install kicad }}}