tarantool / mqtt

Tarantool MQTT client
tarantool.org
BSD 2-Clause "Simplified" License
39 stars 10 forks source link

Builtin mosquitto library #33

Closed zwirec closed 5 years ago

zwirec commented 5 years ago

It is now possible to build mqtt without any dependencies on shared libraries by passing option STATIC_BUILD to cmake. When you are using tarantoolctl rocks install for install rock you may pass this option to it as well as with cmake: tarantoolctl rocks install STATIC_BUILD=ON mqtt You should also pass OPENSSL_ROOT_DIR option to cmake if openssl's libs are located in custom directory.

dedok commented 5 years ago

Looks good to me.