Skip to content
Snippets Groups Projects
Commit df1ac0ea authored by Georg Vinogradov's avatar Georg Vinogradov
Browse files

Update README.md

parent 05a14943
No related branches found
No related tags found
1 merge request!12Resolve "Prepare for hand in"
Pipeline #183585 passed
......@@ -64,17 +64,15 @@ run
```bash
git clone https://github.com/eclipse/paho.mqtt.c.git
cd paho.mqtt.c
git checkout v1.2.1
cmake -Bbuild -H. -DPAHO_WITH_SSL=ON
cmake -Bbuild -H. -DPAHO_WITH_SSL=OFF
sudo cmake --build build/ --target install
sudo ldconfig
```
#### Installing PahoMQTT C++ library
**after** installation of C library run
```bash
git clone https://github.com/eclipse/paho.mqtt.cpp
cd paho.mqtt.cpp
cmake -Bbuild -H.
cmake -Bbuild -H. -DPAHO_WITH_SSL=OFF
sudo cmake --build build/ --target install
```
#### Set environment variables for MQTT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment