-
Notifications
You must be signed in to change notification settings - Fork 60
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
Stupid mac tricks: Sed has different syntax on a mac and should be replaced with Perl #116
Conversation
Ok, I've moved it to Perl from Sed. @dannylamb check me that I'm doing what you intended? I think I got it all working properly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m not at my machine right now, but I believe Perl would need to be installed explicitly if building on Windows in some circumstances. So could you add Perl to the list of requirements in the README too?
@birkland I make a small change to the Readme to address your request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as advertised on my iMac.
Anyone else want to give it a try before we merge this? |
I'm running it now... :D so far so good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! this worked!
Addresses #115 - fixes sed for mac. Tested on linux and it still works fine over there, and on mac to ensure
make dev
completes.