-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Most of the people I know use Windows for writing LaTeX. So it is imperative indentex has first-class Windows (7+) support.
Blocking issues:
- Use
termcolor
instead ofansi_term
-- resolved (by removing colours altogether) in Remove ansi_term and colored output #20 - Compiling with MSVC so that indentex can be packed to a Windows installer together with C++ redistributable -- resolved in Static linking of CRT for Windows #26
- Create a Windows installer, probably using Wix. -- done by @syxolk in Use wix toolset to package windows installer #28
- Do some AppVeyor Config-Fu to auto-deploy on tagged releases