KiCad / KicadOSXBuilder

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

OS X install needs bzr. What's that? #27

Open traxxtar opened 10 years ago

traxxtar commented 10 years ago

Running OS X Mavericks. Invoked the build.sh in Terminal as instructed in the readme file.

Got the following error:

./build.sh: line 281: bzr: command not found blablabla

Looks like BZR is not installed. I've searched for it, but it's all too confusing. I'm not sure exactly what I need or where to get it. Any help?

jwaibel commented 10 years ago

bzr = bazaar. see http://bazaar.canonical.com/ for more info

you could use brew to install this: brew install bzr