Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Will it work on windows-7? #67

Open
lit-uriy opened this issue Nov 18, 2016 · 9 comments
Open

Will it work on windows-7? #67

lit-uriy opened this issue Nov 18, 2016 · 9 comments
Labels

Comments

@lit-uriy
Copy link

Will it work on windows-7?

I tried to run the gem install mathematical, began dependent software installation process. On the program mathematical process fails, the need to install Ruby DevKit, then I found out that is not enough cmake, it was not in the description of dependencies.

At the moment, I do not install cmake, I am in thought - how much more can all be required?

@gjtorikian
Copy link
Owner

Parts of this gen may not work in Windows. 😢 I have not yet tested it.

I am working to make a Windows-compatible solution but it is taking me a lot of time.

@mojavelinux
Copy link

Are there any chances of getting mathematical compiling on Windows? I'm starting to get more and more users asking about it. With AppVeyor, it should be fairly easy to avoid breakages, but the first step is sorting out how to compile it in the first place.

@mojavelinux
Copy link

I'll also mention that the VM images provided by Microsoft make it super easy to test on Windows.

See https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

@mwischer
Copy link

mwischer commented Feb 20, 2018

I just compiled the mathematical on Windows. I had to make some changes in the extconf.rb and CMakeLists.txt. And yeah 👍 it basically works using svg output I now have created AsciiDoc based PDFs with formulas.
Using png output with asciidoctor-mathematical the PNG seems to be broken.
I'll check this...
Are there any suggestions where to place the needed fonts?
First I got this kind of warnings:

(ruby.exe:19744): Pango-WARNING **: couldn't load font "cmex10 Not-Rotated 12", falling back to "Sans Not-Rotated 12", expect ugly output.

For testing I just installed cmex10.ttf and it worked. But I would like to place the fonts into an "shared" folder.

@gjtorikian
Copy link
Owner

I just compiled the mathematical on Windows. I had to make some changes in the extconf.rb and CMakeLists.txt. And yeah 👍 it basically works using svg output I now have created AsciiDoc based PDFs with formulas.

Can you share your diff so I can bring it into the project? Or better still -- provide a pull request? Thanks!

@mwischer
Copy link

Yes, I'll clean up the changes and create a pull request

@bwklein
Copy link

bwklein commented Oct 10, 2018

Yes, I'll clean up the changes and create a pull request

@mwischer did you get a chance to create that pull request yet?

@bwittman
Copy link

bwittman commented Apr 5, 2019

Yes, I'll clean up the changes and create a pull request

@mwischer Any chance on that pull request? Or send your extconf.rb and CMakeLists.txt to [email protected]?

@dsisnero
Copy link

dsisnero commented Sep 27, 2019

@mwischer can you share your changes. Either fork the project so we can pull them or post them here? Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants