gjtorikian / mtex2MML

A Bison grammar to convert TeX math into MathML.
23 stars 14 forks source link

Fixes #61: Adds support for macports and archlinux #62

Closed puffybsd closed 6 years ago

puffybsd commented 7 years ago

script/bootstrap supports brew on mac and apt-get on ubuntu. This change adds support for macports on mac and pacman on archlinux.

gjtorikian commented 7 years ago

Thanks!

It looks like I had a memory leak that your tests change have now exposed. 😞

I'm going to assign this to myself to take care of the leak over the next few days.