-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test the cross-compiled Windows GNU build #67
Comments
你好,简单的尝试了一下。抱歉的是它并没有在 Windows 上成功构建。 error: failed to run custom build command for `libquickjs-sys v0.9.0` 顺便,目前的版本似乎与 mdbook v0.4.27 不兼容: This mdbook-katex was built against mdbook v0.4.26, but we are being called from mdbook v0.4.27. If you have any issue, this might be a reason. |
The purpose is not to build the GNU build on Windows but rather to provide a binary which you can find in
The warning about the version mismatch can be ignored as long as the binary works. I did not update |
抱歉,我没能很好阅读说明。
stable-x86_64-pc-windows-gnu (directory override for 'D:\mdbook\mdbook-katex') |
Thank you very much for testing it out. It is indeed great that it fully works.
Yes, I know the Closing this issue because the goal, to test the Windows GNU build, has been achieved. |
I wish someone on Windows can test the GNU build to see if it works correctly. The build is available starting from Release v0.3.7.
In #66, #65, #64, I added CD to cross compile
x86_64-pc-windows-gnu
,aarch64-apple-darwin
andx86_64-unknown-linux-musl
. I am confident that the macOS and the MUSL build would work, as I have corresponding CIs for them. The Windows GNU build, however, could not simply be tested usingcargo
due to crossing from Linux to Windows.The Windows GNU build is also special for windows users because it is currently the only Windows build that uses
quick-js
forkatex
instead ofduktape
and does not have the issue mentioned in #39. Making this GNU build locally on a Windows machine is not easy, so this build in the release would likely be the best choice for Windows users if it works.The text was updated successfully, but these errors were encountered: