This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
v4.1.3-Beta1 - Improve the experience
Pre-release
Pre-release
mingkuang-Chuyu
released this
03 Jun 09:50
·
2 commits
to master
since this release
What's the News?
- New Fea, add 14.29.30037 support.
- New Fea 71, MSBuild & cmd add multi-language support.
已知问题
- Bug 67, 14.28.29333工具集中的STL不完全支持Windows XP。
如何自行编译VC-LTL?
环境依赖:必须安装 VS2019而且安装2015以及2017平台工具集以及ARM64(包括Spectre缓解库)。
假设 VS2019安装在 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
。
假设 VC-LTL源代码在 I:\VC-LTL
。
- 下载 BaseBinary.7z,并解压到 VC-LTL源代码目录
I:\VC-LTL
。 - cmd中执行:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" -m "I:\VC-LTL\src\Build.proj"
- 耐心等待编译完成,完全重构大约需要 1 小时。