diff --git a/install_packages.bat b/install_packages.bat index d7f4a03e26d440aefedb60f785fc629009572078..bc187e4cd2888907d0a37c63aea1da4d4f2fffb8 100644 --- a/install_packages.bat +++ b/install_packages.bat @@ -1 +1 @@ -vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl boost-date-time:x64-windows boost-asio:x64-windows nlohmann-json:x64-windows boost-thread:x64-windows cpprestsdk:x64-windows boost-algorithm:x64-windows paho-mqttpp3:x64-windows openssl:x64-windows \ No newline at end of file +vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl mosquitto boost-date-time:x64-windows boost-asio:x64-windows nlohmann-json:x64-windows boost-thread:x64-windows cpprestsdk:x64-windows boost-algorithm:x64-windows paho-mqttpp3:x64-windows openssl:x64-windows mosquitto:x64-windows \ No newline at end of file diff --git a/install_packages.sh b/install_packages.sh index c69fa80b8ec12b6108c27c60826142b40fc13201..5f30fc061caff9bb9d7b896493b31b715dfa00d3 100644 --- a/install_packages.sh +++ b/install_packages.sh @@ -1,2 +1,2 @@ #!/usr/bin/bash -vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl \ No newline at end of file +vcpkg install boost-date-time boost-asio nlohmann-json boost-thread cpprestsdk boost-algorithm paho-mqttpp3 openssl mosquitto \ No newline at end of file