-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
OSX Support #75
Comments
I was just recently thinking about "what would it take to make Snoopy *BSD compatible". Generally I think the only parts that will need work are:
Anyway, there is a test suite now implemented which tests almost all of Snoopy. "make check" will point out any problems that might arise even if everything builds without problems. Did you try the automated build procedure and if so, did it work? :) As usual, contributions in form of pull requests are welcome. PS: The funny fact is that I write these very lines on MBAir, but OS X was replaced with Ubuntu after 1h of struggling with it :) |
So far it doesn't build on OSX because: I have not had time to look further, but that one shouldn't be too hard. OSX does have syslog, yes :-) |
Just tried it, I am just making an intermediate notes here: Needed to install:
About feature.h:
Stuck ATM:
b. |
I'm interested in this also. Subscribing to this thread. |
Well, if someone can resolve snprintf issue and submit a pull request, that would be splendid :) b. |
hi all, I'm interesting in studying snoopy under OS X but I'm truly newbie, seem to understand that i can't install on OS X? or I'm wrong |
You are correct. To get you going, create an Ubuntu 14.04 VM on your OS X and install Snoopy there first, from git. Once you are familiar with how things are working it Linux, you will be much better off for starting OS X work. |
snoopy looks like a great nifty tools, and it would be great to have it on OS X!
I'll see if I can help with it at all :-)
The text was updated successfully, but these errors were encountered: