Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.1k stars 167 forks source link

Add vcpkg installation instructions #267

Closed Adela0814 closed 2 years ago

Adela0814 commented 2 years ago

fplusis available as a port in vcpkg, a C++ library manager that simplifies installation for fplusand other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build fplus, 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, UWP, ARM) 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.

Dobiasd commented 2 years ago

That sounds good, thanks a lot! :+1:

Since the instructions for all the other ways to install are in INSTALL.md (instead of README.MD), could you move your new ones to there too, please?

Adela0814 commented 2 years ago

Done. Thanks for your review.

Dobiasd commented 2 years ago

Thank you too! :+1: