KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

Fix incorrect branch for Kicad library #30

Closed WolfieNuke closed 10 years ago

WolfieNuke commented 10 years ago

This fixes an error in step 2 that references an invalid branch.

WolfieNuke commented 10 years ago

Also, it should be noted that this script requires bzr, glew and swig. They can be easily installed by first installing MacPorts and running "sudo port install bzr bzrtools glew swig".

Additionally, an account is required on LaunchPad.net, a SSH key needs to be set, and you need to run 'bzr launchpad-login username' and 'bzr whoami "Your Name name@example.com"'

Took me a few hours, but I figured it out. All this info should be in the Readme as dependencies.

leonjonathan commented 10 years ago

I totally agree! It also took me few hours to figure out all the dependencies the hard way.

mangelajo commented 10 years ago

Hi!!, Thank you very much.

@WolfieNuke @jondl, if you wanted to spend a few time on adding an extra step to auto install dependencies (we should probably distinguish macports and brew)

if "macports" { if (!swig) port install swig; if(!bzr) port install bzr; .... or equivalent.. }

leonjonathan commented 10 years ago

Hi @mangelajo, I'd be happy to do so, that is, once I successfully build. Despite using this fix for the Kicad library in step 2, I am still getting errors in step 5 that are not related to dependencies. I'll post in another issue soon (I think issue#29 is appropriate).