Open NancyLi1013 opened 4 years ago
I feel like this should be a separate markdown file "How to Install ENet" or something like this.
Vcpkg is not the only way and when one gets promoted it is only natural that others want to get added to it too.
For example, personally, I would like to see instructions for installing it with Conan
Hi JayFoxRox,
Thanks for your review and suggestion. I updated the changes just now. Could you please help check them again?
Any suggestion is welcome.
Thanks again, Nancy
There doesn't seem to be anything special about installing Enet through vcpkg, so why it is even worth mentioning at all? Like @Croydon pointed out, when this is worth mentioning then we'd also want to mention how to install ENet on all the different Linux distributions, macOS, etc. But is it really worth it, given that those installation instructions are already documented more generally elsewhere?
I guess that for discoverability a plain list of links to various packages could be maintained, like:
(of course, the list would become rather long if we included Linux distributions...)
enet
is available as a port in vcpkg, a C++ library manager that simplifies installation for enet and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build enet, ready to be included in their projects.We also test whether our library ports build in various configurations (dynamic, static) on various platforms (OSX, Linux, Windows: x86, x64) to keep a wide coverage for users.
I'm a maintainer for vcpkg, and here is what the port script looks like. We try to keep the library maintained as close as possible to the original library.