Skip to content

Instantly share code, notes, and snippets.

@senselessDev
senselessDev / compileKiCadOSX.sh
Last active November 14, 2015 23:13
Script for compilation of current KiCad version on OS X Yosemite (10.10) with python scripting support
#! /usr/bin/env sh
KICAD_SOURCE_FOLDER=kicad
KICAD_BIN_FOLDER=kicad-bin
WX_PYTHON_SOURCE_FOLDER=wxPython
WX_PYTHON_BIN_FOLDER=wxPython-bin
OSX_VERSION=10.10
#############################################
START_DIR=`pwd`