-
-
Notifications
You must be signed in to change notification settings - Fork 31
Will it work on windows-7? #67
Comments
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. |
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. |
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/ |
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.
For testing I just installed cmex10.ttf and it worked. But I would like to place the fonts into an "shared" folder. |
Can you share your diff so I can bring it into the project? Or better still -- provide a pull request? Thanks! |
Yes, I'll clean up the changes and create a pull request |
@mwischer did you get a chance to create that pull request yet? |
@mwischer Any chance on that pull request? Or send your extconf.rb and CMakeLists.txt to [email protected]? |
@mwischer can you share your changes. Either fork the project so we can pull them or post them here? Thanks |
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?
The text was updated successfully, but these errors were encountered: