gjtorikian / mathematical

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

Bootstrapping on macOS Catalina does not work #93

Closed lorrden closed 4 years ago

lorrden commented 4 years ago

In an attempt to try to fix the issue with libxml I resorted to manually compiling mathematical (see comments in issue #89 ). However when running the bootstrap script I get the following:

mathematical git:(master) ./script/bootstrap      
==> Initing Git submodules
==> Installing gem dependencies…
Could not find gem 'rake (~> 0.9)' in any of the gem sources listed in your
Gemfile.

I am not familiar enough with gem specs and the build tools to figure out why this is happening. Tried this with both system ruby (ruby 2.6.3p62) and the version you can install from brew (currently ruby 2.6.5p114).