8

有人对使用 Visual Studio 2008 构建 libevent-2.0.10 有明确的说明吗?

4

3 回答 3

19

使用 Visual Studio 命令提示符,然后

cd \where\you\put\it
nmake -f makefile.nmake

或者,如果您更喜欢 IDE,那么 File + New + Project、Visual C++、General 节点,选择 Makefile Project 模板。名称 = libevent-2.0.10-stable,位置 = 父目录 (\where\you\put)。好的。下一个。构建命令 = nmake -f makefile.nmake,留空。

于 2011-03-13T01:41:22.730 回答
1

不要忘记在 nmake 之前运行 vcvars32.bat 来设置 VC 的环境变量。

于 2011-09-27T14:59:32.700 回答
0

如果您使用 GUI 构建它,请不要在创建项目时选中“为解决方案创建目录”选项。

于 2015-04-14T20:10:01.193 回答