【发布时间】:2015-04-05 01:02:43
【问题描述】:
我有一些问题。我想在 VS 2012 Express 上使用 libvpx 编码帧。
第一步,我安装 Cygwin 和 gcc、make 和 yasm 包。
其次,我下载libvpx并创建“build”文件夹来构建libvpx。
第三,我在“build”文件夹中运行这个命令。
../libvpx/configure --target=x86-win32-vs11 --enable-static-msvcrt
最后,我运行make 命令。但是,它返回消息:
"msbuild.exe not found in path"
我的操作系统是 Windows 7 64 位。 我如何解决它?谢谢你的回答。
【问题讨论】:
-
好吧,你检查过(1)你的机器上有“msbuild.exe”吗? (2) 文件夹添加到路径?
-
我在 C:\Windows\Microsoft.NET\Framework\v4.0.30319 有“msbuild.exe”。但我不知道“msbuild.exe not found in path”中的“path”在哪里。
标签: visual-studio-2012 makefile cygwin libvpx