我正在尝试从 Windows 10 上的源代码构建https://github.com/google/usd_from_gltf。我有美元,它的依赖关系已经构建并正在运行。
第一步成功,直到我在尝试安装 ZLIB 时遇到错误,这给了我以下错误消息。谁能告诉我这里可能出了什么问题?我不清楚找不到的文件是 msbuild 还是其他东西(zlib.sln 确实存在)。
输出:
-------- Installing ZLIB --------
ZLIB: Downloading https://github.com/madler/zlib/archive/v1.2.11.zip to C:\UFG_BUILD\src\zlib.zip
ZLIB: Unpacking to: C:\UFG_BUILD\src\zlib-1.2.11
ZLIB: CWD: C:\UFG_BUILD\src\zlib-1.2.11
ZLIB: Run: cmake -DCMAKE_GENERATOR_PLATFORM=x64 .
ZLIB: CWD: C:\UFG_BUILD\src\zlib-1.2.11
ZLIB: Run: cmake
ZLIB: CWD: C:\UFG_BUILD\src\zlib-1.2.11
ZLIB: Run: msbuild /P:Configuration=Release zlib.sln
ZLIB: ERROR: [WinError 2] The system cannot find the file specified