bazel 的最小 WinSDK 功能
Minimal WinSDK features for bazel
我正在安装 Bazel,所以我可以安装 mediapipe for Python on Windows 10. It says in the Bazel requirements:
The Windows SDK contains header files and libraries you need when
building Windows applications.
所以我下载了WinSDK,发现完整安装需要3.4GB。是否需要从 WinSDK 安装最少的功能集才能让 Bazel 工作,这样我就可以避免安装整个 3.4GB?这是 WinSDK 功能列表:
- Windows 性能工具包
- Windows
的调试工具
- Windows
的应用程序验证程序
- .NET Framework 4.8 软件开发工具包
- Windows 应用认证工具包
- Windows USB 上的 IP
- 微星工具
- Windows 桌面应用程序的 SDK 签名工具
- Windows UWP 托管应用的 SDK
- Windows 适用于 UWP C++ 应用程序的 SDK
- Windows UWP 应用程序本地化 SDK
- Windows 适用于桌面 C++ x86 应用程序的 SDK
- Windows 用于桌面 C++ amd64 应用程序的 SDK
- Windows 用于桌面 C++ arm 应用程序的 SDK
- Windows 用于桌面 C++ arm64 应用程序的 SDK
Windows SDK for Desktop C++ x86 Apps
就足够了(它也会自动选择它的依赖包)。
我正在安装 Bazel,所以我可以安装 mediapipe for Python on Windows 10. It says in the Bazel requirements:
The Windows SDK contains header files and libraries you need when building Windows applications.
所以我下载了WinSDK,发现完整安装需要3.4GB。是否需要从 WinSDK 安装最少的功能集才能让 Bazel 工作,这样我就可以避免安装整个 3.4GB?这是 WinSDK 功能列表:
- Windows 性能工具包
- Windows 的调试工具
- Windows 的应用程序验证程序
- .NET Framework 4.8 软件开发工具包
- Windows 应用认证工具包
- Windows USB 上的 IP
- 微星工具
- Windows 桌面应用程序的 SDK 签名工具
- Windows UWP 托管应用的 SDK
- Windows 适用于 UWP C++ 应用程序的 SDK
- Windows UWP 应用程序本地化 SDK
- Windows 适用于桌面 C++ x86 应用程序的 SDK
- Windows 用于桌面 C++ amd64 应用程序的 SDK
- Windows 用于桌面 C++ arm 应用程序的 SDK
- Windows 用于桌面 C++ arm64 应用程序的 SDK
Windows SDK for Desktop C++ x86 Apps
就足够了(它也会自动选择它的依赖包)。