Skip to content
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

Open
luizfernandonb opened this issue Jun 8, 2021 · 4 comments
Open

Library installation by vcpkg #32

luizfernandonb opened this issue Jun 8, 2021 · 4 comments

Comments

@luizfernandonb
Copy link

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

@zhaojh329
Copy link
Owner

Welcome to make a PR.

@luizfernandonb
Copy link
Author

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

@zhaojh329
Copy link
Owner

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.

@luizfernandonb
Copy link
Author

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 :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants