irrwahn / svg2ass

Svg2ass - convert SVG vector graphics to ASS subtitle draw instructions.
BSD 3-Clause "New" or "Revised" License
34 stars 4 forks source link

Building on macOS #2

Closed frozenpandaman closed 3 years ago

frozenpandaman commented 3 years ago

FYI, anyone building on Mac should change the Makefile line STRIP = strip -s to STRIP = strip -S before running make install or make release.

You can then use it by running ./svg2ass < yourfile.svg.

irrwahn commented 3 years ago

Thank you very much for the hint! I placed a note to this effect in README.md, as I did not want to clutter the Makefile with OS detection code.

frozenpandaman commented 3 years ago

Thanks so much! (Without this change I was running into an error, and found the solution in some other repo that involved makefiles.)

And thanks for the extremely useful tool too! :)