Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Event notification library

License

NotificationsYou must be signed in to change notification settings

libevent/libevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libevent logo

CICoverage StatusJoin the chat at https://gitter.im/libevent/libeventdoxygenOpenSSF Scorecard

1. BUILDING AND INSTALLATION

CMake (Unix)

mkdir build&&cd buildcmake ..# Default to Unix Makefiles.makemake verify# (optional)

SeeDocumentation/Building#Building on Unix using CMake for more information.

CMake (Windows)

Install CMake:https://cmake.org/

md build&&cd buildcmake -G"Visual Studio 10" ..# Or use any generator you want to use. Run cmake --help for a listcmake --build. --config Release# Or "start libevent.sln" and build with menu in Visual Studio.

SeeDocumentation/Building#Building on Windows for more information.

Package Managers

You can download and install libevent using thevcpkg dependency manager:

git clone https://github.com/Microsoft/vcpkg.gitcd vcpkg./bootstrap-vcpkg.sh./vcpkg integrate install./vcpkg install libevent

The libevent port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, pleasecreate an issue or pull request on the vcpkg repository.

Autoconf

Note, since 2.2 it is deprecated

./configuremakemake verify# (optional)sudo make install

SeeDocumentation/Building#Autoconf for more information.

2. USEFUL LINKS:

For the latest released version of Libevent, see the official website athttps://libevent.org/ .

There's a pretty good work-in-progress manual up athttp://www.wangafu.net/~nickm/libevent-book/ .

For the latest development versions of Libevent, access our Git repositoryvia

$ git clone https://github.com/libevent/libevent.git

You can browse the git repository online at:

https://github.com/libevent/libevent

To report bugs, issues, or ask for new features:

Patches:https://github.com/libevent/libevent/pulls

OK, those are not reallypatches. You fork, modify, and hit the "Create Pull Request" button.You can still submit normal git patches via the mailing list.

Bugs, Features [RFC], and Issues:https://github.com/libevent/libevent/issues

Or you can do it via the mailing list.

There's also a libevent-users mailing list for talking about Libeventuse and development:

https://archives.seul.org/libevent/users/

3. ACKNOWLEDGMENTS

Thefollowing people have helped with suggestions, ideas,code or fixing bugs.

About

Event notification library

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors263


[8]ページ先頭

©2009-2025 Movatter.jp