Ric*_*ich 8 c c++ build libevent visual-studio-2008
有没有人有关于使用Visual Studio 2008构建libevent-2.0.10的明确说明?
Han*_*ant 19
然后使用Visual Studio命令提示符
cd \where\you\put\it
nmake -f makefile.nmake
Run Code Online (Sandbox Code Playgroud)
或者,如果您更喜欢IDE,则选择File + New + Project,Visual C++,General节点,选择Makefile Project模板.Name = libevent-2.0.10-stable,Location =父目录(\ where\you\put).好.下一个.构建命令= nmake -f makefile.nmake,其余为空.