KicadOSXBuilder icon indicating copy to clipboard operation
KicadOSXBuilder copied to clipboard

OS X install needs bzr. What's that?

Open traxxtar opened this issue 11 years ago • 1 comments

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?

traxxtar avatar Jan 02 '14 09:01 traxxtar

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

you could use brew to install this: brew install bzr

jwaibel avatar Jan 02 '14 11:01 jwaibel