-
Notifications
You must be signed in to change notification settings - Fork 2
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
Windows support #17
Comments
I've just found a configuration that works:
|
Great! |
One can also use the linker flags |
This would be so awesome if it works: rust-lang/libc#290 |
Ok, we'll probably need to bump Rust version to 1.14 in order to support static linking of CRT. |
I hope this will work for Win 7. MS CRT is relatively new |
Stuff regarding the Wix installer:
|
A blue to black gradient with a bold-italic caption
Yep.
I think the best way is to write a release script which does all this stuff automatically. |
https://github.com/syxolk/indentex/tree/wix-packaging
|
Great! Erm, how are we supposed to generate a GUID ( |
I don't know about the component's GUID but the http://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html |
Ok, I see. Thanks! We still have to find out how to link CRT statically. I'll make a separate issue for it. |
After studying RFC 1721, I think that static linking can be enforced by passing a Hence, we need to call
|
Continued in #31 |
Most of the people I know use Windows for writing LaTeX. So it is imperative indentex has first-class Windows (7+) support.
Blocking issues:
termcolor
instead ofansi_term
-- resolved (by removing colours altogether) in Remove ansi_term and colored output #20The text was updated successfully, but these errors were encountered: