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

Install asciidoctor-mathematical using wsys2 in Windows 10 #105

Closed yoonghm closed 1 year ago

yoonghm commented 2 years ago

I am using Ruby 3.1.0p0 and AsciiDoctor 2.0.17 in Windows 10.

I have installed libxml2-devel with the command

pacman -S libxml2-devel

I noticed that libxml2 header files and libraries are in

However the command gem install asciidoctor-mathematical complained: "missing lxml2", "libxml/tree.h in /include/libxml2", etc.

It seems that the base directory ..\Ruby\msys64\usr are not passed from to cmakefile.

Can you advise?