= 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 wxGTK == * 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 == SlackBuild kicad == * 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