-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library installation by vcpkg #32
Comments
Welcome to make a PR. |
Is your library compatible with libuv? libev is only compatible with Linux, there is no easy way to compile it using CMake, and libev is already quite old and not very up to date |
I extremely like using libev. libev tries to do one thing only (POSIX event library), and this in the most efficient way possible. And libev's api is very succinct and use flexible. |
So I believe that it will not be possible to port your library to Windows, libev is only compatible with POSIX from what I looked and researched :/ |
Do you intend to make the library available to be installed via vcpkg? It would be much easier and more practical and besides it would be available for installation for both Linux and Windows
The text was updated successfully, but these errors were encountered: