-
Notifications
You must be signed in to change notification settings - Fork 382
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
Not being able to build on a Mac #5
Comments
I have only used it on Linux so far, so unfortunately mac is currently unsupported... -Alan |
Hey guys- I ended up being able to build on Mac (10.7.5) by doing the following: First, in python/cap/build.sh, remove the -static flag. Then, instead of untarring the build of TinySVM in the repo, I used the "unofficial fork" at the following GitHub repository: I then used basically the same steps as are currently in build.sh, except obviously not using the tar:
As far as I can tell, this seems to work. I don't want to request a commit, though, because I haven't tested removing the -static flag on Linux. Anyway, hope this helps. |
That's great, thanks so much for sharing your experience with this! |
Hey! Just wanted to let anyone know there is a much easier way to get it running on a Mac with homebrew.
@aritter, should I submit a PR to modify the build.sh to change configuration automatically?
P.S This issue can be closed! :) |
olivia buzek On Thursday, February 20, 2014 at 5:21 AM, Al Johri wrote:
|
Er, sorry about that, mis-sent this email. olivia buzek On Thursday, February 20, 2014 at 5:25 AM, Olivia Buzek wrote:
|
@AlJohri This looks awesome, but I won't have time to check it out until next week. Anyway, a pull request sounds great. Thanks! |
I am trying to build on a Mac but it's failing with the following:
Any ideas on how to solve it?
The text was updated successfully, but these errors were encountered: