Difference between revisions of "Kicad"

From Tech
Jump to navigationJump to search
(Created page with "=Compiling Kicad= To compile latest (2018-05-20) git version of kicad after a clean install of ubuntu 18.04: apt install openssh-server git")
 
Line 1: Line 1:
 
=Compiling Kicad=
 
=Compiling Kicad=
 
To compile latest (2018-05-20) git version of kicad after a clean install of ubuntu 18.04:
 
To compile latest (2018-05-20) git version of kicad after a clean install of ubuntu 18.04:
  +
* enable the source lines in /etc/apt/sources.lst
  +
apt update
  +
apt build-dep kicad
 
apt install openssh-server git
 
apt install openssh-server git
  +
  +
git clone https://git.launchpad.net/kicad

Revision as of 13:28, 20 May 2018

Compiling Kicad

To compile latest (2018-05-20) git version of kicad after a clean install of ubuntu 18.04:

  • enable the source lines in /etc/apt/sources.lst
apt update
apt build-dep kicad
apt install openssh-server git
git clone https://git.launchpad.net/kicad