The key steps to use the SDK compilers from a DOS prompt are:
1) Run either vcvars32.bat or vcvars64.bat as appropriate.
2) At the prompt, execute "set MSSdk=1"
3) At the prompt, execute "set DISTUTILS_USE_SDK=1"
With this the compiler succeeds, but now I arrive at the next error:
ImportError: Failed loading extension 'toc' from 'markdown.extensions.toc' or 'mdx_toc'
--
You received this message because you are subscribed to the Google Groups "rhodecode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rhodecode+...@googlegroups.com.
To post to this group, send email to rhod...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Great that you figure it out, would it be possible sending a path or pull request for installation_win.rst file ?CheersMarcin Kuzminski