# libevent_learn **Repository Path**: promoter/libevent_learn ## Basic Information - **Project Name**: libevent_learn - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-28 - **Last Updated**: 2021-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 源码包下载网址:http://www.ffmpeg.club/libevent.html 编译libevent之前修改test\Makefile.nmake 1. SSL_LIBS=..\libevent_openssl.lib $(OPENSSL_DIR)\lib\libcrypto.lib $(OPENSSL_DIR)\lib\libssl.lib 2.拷贝zlib的输出目录 CFLAGS=/I:../zlib/include 3.LIBS=..\libevent.lib ws2_32.lib shell32.lib advapi32.lib ..\zlib\lib\zdll.lib 4.cp zlib1.dll to test目录。 修改E:\libevent_learn\environment\libevent-master\WIN32-Code\nmake\event2\event-config.h 运行test\regress.exe来检测是否都完整编译成功。 过滤器(本质自己也是bufferevent): read之前设置过滤;写入之后设置过滤;