-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install on OSX #9
Comments
Been working on it myself on OSX. I'm using homebrew as a package manager, so I had to make sure Kicad was pointing to the correct python. Right now I'm calling the following from within the BOM manager: /usr/local/bin/python "/Users/red/Documents/!PC_Shared/KiCad_REDS_PROJECTS/BOM_Exporters/Boms-Away/bomsaway.py" "%I" "%O" It's opening a blank wx window without any parts.....what am I missing? |
@mizraith: This isn't a kicad bom exporter, it's a standalone application that directly reads/writes kicad schematics. Just launch it by itself, then open your top-level schematic file using file->open. |
Sidenote: I no longer have access to an OSX machine, Anyone with access to one who would be willing to write up some basic instructions would be greatly appreciated :) |
Jeff -- THAT TOTALLY HELPED! I was completely dumbfounded as to "what to do next"..... I suggest that your main Read Me file has a section on what to do once you get to the main screen, because that is where I was stuck.... Instructions follow that should work for a reasonably mac-savvy user. Prepare your Kicad Schematic PartsYou will need to have the following fields in this order:
Question: Can BOMs-Away handle additional fields, like Description, Notes INSTALLING Boms-Away ON OS XPrerequisitesAbility to use Terminal, or at least get yourself into and out of trouble. Installation
Launching
Using
Exporting a BOM
|
I haven't been able to close or resize KiCAD windows since installing this due to wxwidgets conflict. Didn't realize until now but thankfully others have had the issue. Going to try the patch mentioned here. |
Hi Jeff,
I spent over an hour trying to get this to run on OSX.
I assume that the wxWidgets version will be easier to use, but if thats not ready a quick howto on getting it up and running on OSX would be great.
I had no problems on ubuntu.
J
The text was updated successfully, but these errors were encountered: