windows10 编译libevent2.1.12
- [nmake 编译libevent](#nmake 编译libevent)
- [cmake 编译libevent](#cmake 编译libevent)
nmake 编译libevent
使用vs命令行工具
2.编译命令
shell
nmake /f Makefile.nmake
3.编译出现问题
cmake 编译libevent
shell
cmake -S . -B build32 -A Win32
cd build32
cmake -G "Visual Studio 16" ..
start libevent.sln