 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=KiCad</id>
	<title>KiCad - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=KiCad"/>
	<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=KiCad&amp;action=history"/>
	<updated>2026-04-22T10:45:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://Robo.Fish/wiki/index.php?title=KiCad&amp;diff=1537&amp;oldid=prev</id>
		<title>Kai: /* Building From Source */</title>
		<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=KiCad&amp;diff=1537&amp;oldid=prev"/>
		<updated>2016-08-30T21:09:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Building From Source&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
=== &amp;lt;br/&amp;gt;Introduction ===&lt;br /&gt;
KiCad (http://kicad-pcb.org) is an open-source collection of tools for designing circuit schematics and printed circuit boards (PCB). Pretty good documentation is available at http://kicad-pcb.org/help/documentation/.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Ubuntu PPA For Latest Version ===&lt;br /&gt;
KiCad binary packages are available for download for various computing platforms. KiCad is also available from the Ubuntu repository. However, the default packages in the Ubuntu repository may not be the latest version of KiCad with the critical features or bug fixes that you may need. Visit [http://kicad-pcb.org/download/ubuntu/ this page] with instructions for adding a personal package (PPA), which provides the latest version packaged by a KiCad project member.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Building From Source ===&lt;br /&gt;
You may also want to build KiCad from source. Here is roughly how:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
KiCad source code versioning used to be Bazaar but they recently switched to Git. Fetch the source code via&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
git clone https://git.launchpad.net/kicad KiCad&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Inside the new folder use git to check the tags and to create a local branch of the latest tagged stable version.&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
git tag&lt;br /&gt;
git checkout -b v4.0.4 4.0.4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
On Ubuntu Linux install (some of) the dependencies via&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install libwxgtk3.0-dev libglew-dev libcairo2-dev libbz2-dev libboost-context-dev libboost-iostreams-dev libboost-locale-dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Create the &amp;#039;&amp;#039;build&amp;#039;&amp;#039; subdirectory and call &amp;#039;&amp;#039;cmake&amp;#039;&amp;#039; from there&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
cmake -DCMAKE_BUILD_TYPE=DEBUG -DKICAD_SKIP_BOOST=YES ..&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
where the flag &amp;#039;&amp;#039;KICAD_SKIP_BOOST&amp;#039;&amp;#039; prevents the generated build scripts from attempting to download and build a certain version of boost from source. For better runtime performance you may prefer to build the &amp;#039;&amp;#039;RELEASE&amp;#039;&amp;#039; configuration instead of &amp;#039;&amp;#039;DEBUG&amp;#039;&amp;#039;. If performance is not critical I prefer the &amp;#039;&amp;#039;DEBUG&amp;#039;&amp;#039; configuration in order to get a more meaningful stack trace in case of a crash.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Finally, run&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to build and install KiCad to its default installation directory &amp;#039;&amp;#039;/usr/local&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Kai</name></author>
	</entry>
</feed>