Closed frozenpandaman closed 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.
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! :)
FYI, anyone building on Mac should change the Makefile line
STRIP = strip -s
toSTRIP = strip -S
before runningmake install
ormake release
.You can then use it by running
./svg2ass < yourfile.svg
.