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.
詳細については、ドキュメント/ビルド#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 の最新リリース バージョンについては、公式 Web サイト 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
OK、それらは実際にはパッチではありません。フォークして変更し、「Create Pull Request」ボタンを押します。通常の git パッチをメーリング リスト経由で送信することもできます。
バグ、機能 [RFC]、および問題: https://github.com/libevent/libevent/issues
あるいは、メーリングリストを通じて行うこともできます。
Libevent の使用と開発について話すための libevent-users メーリング リストもあります。
https://archives.seul.org/libevent/users/
次の人々が提案、アイデア、コード、またはバグの修正に協力してくれました。