paho.mqtt.c icon indicating copy to clipboard operation
paho.mqtt.c copied to clipboard

Add vcpkg installation instructions

Open JonLiu1993 opened this issue 3 years ago • 1 comments

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

JonLiu1993 avatar Aug 25 '22 07:08 JonLiu1993

At a minimum, you must sign the Eclipse ECA, and sign off each commit.

To complete and submit a ECA, log into the Eclipse projects forge You will need to create an account with the Eclipse Foundation if you have not already done so. Be sure to use the same email address when you register for the account that you intend to use when you commit to Git. Go to https://accounts.eclipse.org/user/eca to sign the Eclipse ECA.

jumoog avatar Aug 25 '22 08:08 jumoog

Merged into develop. Will be in the master branch soon. Thanks!

icraggs avatar Sep 28 '22 15:09 icraggs