You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ We now use git to download the [Eclipse Paho MQTT C library](https://github.com/
77
77
78
78
git clone https://github.com/eclipse/paho.mqtt.c
79
79
cd paho.mqtt.c
80
-
make install
80
+
sudo make install
81
+
cd ..
81
82
82
83
In the next step follows the [Eclipse Paho MQTT C++ library](https://github.com/eclipse/paho.mqtt.cpp). If you also want to install the documentation and compile the examples, set the corresponding flags in the following command in the third line to `TRUE`.
83
84
@@ -86,6 +87,7 @@ In the next step follows the [Eclipse Paho MQTT C++ library](https://github.com/
+`"host":` Hostname or IP address where the Tinkerforge Brick Daemon can be reached. May be omitted or set to `null` if you don’t want to configure any Tinkerforge sensors.
0 commit comments