mkdir build && cd build
cmake .. # Default to Unix Makefiles.
make
make verify # (optional)
자세한 내용은 Documentation/Building#Building on Unix using CMake를 참조하세요.
CMake 설치: https://cmake.org/
md build && cd build
cmake -G " Visual Studio 10 " .. # Or use any generator you want to use. Run cmake --help for a list
cmake --build . --config Release # Or "start libevent.sln" and build with menu in Visual Studio.
자세한 내용은 Documentation/Building#Building on Windows를 참조하세요.
vcpkg 종속성 관리자를 사용하여 libevent를 다운로드하고 설치할 수 있습니다.
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install libevent
vcpkg의 libevent 포트는 Microsoft 팀 구성원과 커뮤니티 기여자가 최신 상태로 유지합니다. 버전이 오래된 경우 vcpkg 저장소에서 이슈 또는 풀 요청을 생성하세요.
참고로 2.2부터는 더 이상 사용되지 않습니다.
./configure
make
make verify # (optional)
sudo make install
자세한 내용은 Documentation/Building#Autoconf를 참조하세요.
최신 릴리스 버전의 Libevent는 공식 웹사이트(https://libevent.org/)를 참조하세요.
http://www.wangafu.net/~nickm/libevent-book/에 꽤 좋은 작업 진행 매뉴얼이 있습니다.
Libevent의 최신 개발 버전을 보려면 다음을 통해 Git 저장소에 액세스하세요.
$ git clone https://github.com/libevent/libevent.git
다음 사이트에서 온라인으로 git 저장소를 탐색할 수 있습니다.
https://github.com/libevent/libevent
버그나 문제를 보고하거나 새로운 기능을 요청하려면 다음 단계를 따르세요.
패치 : https://github.com/libevent/libevent/pulls
좋아요, 그것들은 실제로 패치가 아닙니다. 포크하고, 수정하고, "Create Pull Request" 버튼을 누르세요. 메일링 리스트를 통해 일반 git 패치를 제출할 수 있습니다.
버그, 기능[RFC] 및 문제 : https://github.com/libevent/libevent/issues
아니면 메일링 리스트를 통해 할 수도 있습니다.
Libevent 사용 및 개발에 대해 이야기하는 libevent-users 메일링 리스트도 있습니다:
https://archives.seul.org/libevent/users/
다음 사람들은 제안, 아이디어, 코드 또는 버그 수정에 도움을 주었습니다.