| 
  
   Size: 1050 
  
  Comment:  
 | 
    ← Revision 8 as of 2023-05-29 09:52:48  ⇥ 
  Size: 3012 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 12: | Line 12: | 
| == 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 * ./wxGTK.SlackBuild * installpkg /tmp/wxGTK-2.8.12-x86_64-3_SBo.tgz  | 
== 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 }}}  | 
| Line 21: | Line 72: | 
| == 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  | 
== Debian == {{{#!highlight bash sudo apt install kicad }}}  | 
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
   1 cd /tmp
   2 wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomecups.tar.gz
   3 tar xvzf libgnomecups.tar.gz
   4 cd libgnomecups
   5 wget http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2
   6 ./libgnomecups.SlackBuild
   7 installpkg /tmp/libgnomecups-0.2.3-x86_64-1_SBo.tgz
   8 cd /tmp
   9 wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomeprint.tar.gz
  10 tar xvzf libgnomeprint.tar.gz
  11 cd libgnomeprint
  12 wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/libgnomeprint-2.18.8.tar.bz2
  13 ./libgnomeprint.SlackBuild 
  14 installpkg /tmp/libgnomeprint-2.18.8-x86_64-1_SBo.tgz 
  15 cd /tmp
  16 wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomecanvas.tar.gz
  17 tar xvzf libgnomecanvas.tar.gz
  18 cd libgnomecanvas
  19 wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.30/libgnomecanvas-2.30.3.tar.bz2
  20 ./libgnomecanvas.SlackBuild 
  21 installpkg /tmp/libgnomecanvas-2.30.3-x86_64-1_SBo.tgz
  22 cd /tmp
  23 wget http://slackbuilds.org/slackbuilds/14.1/libraries/libgnomeprintui.tar.gz
  24 tar xvzf libgnomeprintui.tar.gz
  25 cd libgnomeprintui
  26 wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.6.tar.bz2
  27 ./libgnomeprintui.SlackBuild
  28 installpkg /tmp/libgnomeprintui-2.18.6-x86_64-1_SBo.tgz
  29 cd /tmp
  30 wget http://slackbuilds.org/slackbuilds/14.1/libraries/wxGTK.tar.gz
  31 tar xvzf wxGTK.tar.gz
  32 cd wxGTK
  33 wget http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.12.tar.gz
  34 GNOMEPRINT=yes ./wxGTK.SlackBuild
  35 installpkg /tmp/wxGTK-2.8.12-x86_64-3_SBo.tgz
  36 cd /tmp
  37 wget http://slackbuilds.org/slackbuilds/14.1/development/kicad.tar.gz
  38 tar xvzf kicad.tar.gz 
  39 cd kicad
  40 wget http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20130325.tar.bz2
  41 ./kicad.SlackBuild
  42 installpkg /tmp/kicad-bzr_20130325-x86_64-1_SBo.tgz
  43 cd /tmp
  44 wget http://slackbuilds.org/slackbuilds/14.1/development/kicad-library.tar.gz
  45 tar xvzf kicad-library.tar.gz
  46 cd kicad-library
  47 wget http://www.nielshorn.net/_download/slackware/source/kicad-library-bzr_20130317.tar.bz2
  48 ./kicad-library.SlackBuild 
  49 installpkg /tmp/kicad-library-bzr_20130317-noarch-1_SBo.tgz
  50 cd /tmp
  51 wget http://slackbuilds.org/slackbuilds/14.1/development/kicad-doc.tar.gz
  52 tar xvzf kicad-doc.tar.gz
  53 cd kicad-doc
  54 wget http://www.nielshorn.net/_download/slackware/source/kicad-doc-bzr_20130328.tar.bz2
  55 ./kicad-doc.SlackBuild 
  56 installpkg /tmp/kicad-doc-bzr_20130328-noarch-1_SBo.tgz 
Debian
   1 sudo apt install kicad
