是什么 ? | : | an event notification library which provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. |
开发语言 | : | C |
官方主页 | : | https://libevent.org |
源码仓库 | : | https://github.com/libevent/libevent |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install libevent vcpkg install libevent:x64-osx vcpkg install libevent:x64-linux vcpkg install libevent:x64-windows |
macOS | HomeBrew | brew install libevent |
GNU/Linux | HomeBrew | brew install libevent |
apt | sudo apt-get install -y libevent | |
CentOS | yum | sudo yum install -y libevent |
dnf | sudo dnf install -y libevent | |
openSUSE | zypper | sudo zypper install -y libevent |
Alpine Linux | apk | sudo apk add libevent |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libevent |