gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
164 stars 31 forks source link

Allow to compile against system-provided mtex2MML #71

Closed jirutka closed 7 years ago

jirutka commented 7 years ago

Tests failures for the first commits seems to not be caused by my change.

Test failures for the second commit are caused by my change, but I don’t understand why. I have no experience with writing native extensions for Ruby. However, I use this patch to build package for Alpine Linux and it works here (with system-provided lasem and mtex2MML).

jirutka commented 7 years ago

@gjtorikian, could you please help me to resolve the build failure?

gjtorikian commented 7 years ago

There were spaces missing when appending to $LIBS: https://github.com/gjtorikian/mathematical/pull/71/commits/276a3d21f37d457564b7596dcfb067a92cc1d255 😁

Thanks for the patch!