How to install KiCad on OSX

From DIY contraptions to sophisticated FreeEMS-specific designs! Plus general hardware development!
Post Reply
Jammi
DIP8 - Involved
Posts: 24
Joined: Mon May 02, 2011 5:07 am

How to install KiCad on OSX

Post by Jammi »

Here are some instructions about installing KiCad, which is an open-source EDA suite.

Puma's design files are in the format created by this app. The installation of KiCad might be pretty straight-forward on some Linux distros and Windows.

However, on Mac OS X, there was some RTFM involved, including reading conflicting or just plain old instructions which weren't applicable to OSX, so here's a simple all-in-one how-to to get started:

1: Install Bazaar either directly from its installation package or by running this in your shell (requires MacPorts):

Code: Select all

sudo port install bzr
2: Get KiCad. There are nightly builds available as tar-balls in http://brokentoaster.com/kicad/. I used kicad_osx_v3009_STABLE.tgz, which seems to generally work, although the GUI feels a bit glitchy. Extract the archive and move the folder into any appropriate location. The apps are in the "bin" directory and are regular ".app" bundles.

3: Get the KiCad library. KiCad uses /Library/Application Support/kicad and ~/Library/Application Support/kicad as hard-coded default locations to look for its library and modules files.

Code: Select all

cd ~/Library/Application\ Support
bzr branch lp:~kicad-lib-committers/kicad/library kicad
You are now ready to open KiCad files without messages about missing standard library and module files.
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: How to install KiCad on OSX

Post by Fred »

Fantastic, most appreciated! BTW, welcome to the forum! I'm looking forward to any future posts by you, I have a good feeling about them :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Post Reply