libev
1.1、libev简介
是什么 ?:a full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs.
开发语言:C
官方主页:http://software.schmorp.de/pkg/libev.html
源码仓库:http://cvs.schmorp.de/libev
1.2、通过包管理器安装libev
操作系统包管理器安装命令
Allvcpkg
vcpkg install libev
vcpkg install libev:x64-osx
vcpkg install libev:x64-linux
vcpkg install libev:x64-windows
macOSHomeBrewbrew install libev
GNU/LinuxHomeBrewbrew install libev
aptsudo apt-get install -y libev
CentOSyumsudo yum install -y libev
dnfsudo dnf install -y libev
openSUSEzyppersudo zypper install -y libev
Alpine Linuxapksudo apk add libev

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm libev
Gentoo LinuxPortagesudo emerge libev
1.3、通过编译源码安装libev
1.4、libev中包含的头文件
1.5、libev中包含的库文件
  • libev.{a | so | dylib}