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

Fix bootstrap script on Linux #107

Closed lurch closed 2 years ago

lurch commented 2 years ago

If I clone this repo and run script/bootstrap on Linux, then it errors with:

==> Installing required libraries…
script/bootstrap: line 19: ../script/install_linux_deps: No such file or directory

so I fixed that. And then (after asking me for my password) it errored with:

==> Installing required libraries…
[sudo] password for andrew: 
E: Package 'ttf-lyx' has no installation candidate

so I fixed that too :slightly_smiling_face:

gjtorikian commented 2 years ago

Cheers, thank you!