This website works better with JavaScript.
Home
Help
Sign In
rico
/
remote_pilot_wire_mqtt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
thermostat: fix INSTALL typo
master
Richard Genoud
5 years ago
parent
3848e14a1e
commit
e40be49cb3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
soft/thermostat/INSTALL
+ 1
- 1
soft/thermostat/INSTALL
View File
@ -1,7 +1,7 @@
Dependencies:
sudo apt install qttools5-dev-tools qt5-default qtbase5-private-dev
git clone https://github.com/qt/qtmqtt.git
cd qmqtt
cd q
t
mqtt
git checkout v$(qmake -v | grep "Qt version" | sed "s/^.*version \([5-9]\.[0-9]\+\.[0-9]\+\) .*$/\1/") || echo "Unable to find your Qt version"
qmake && make -j$(nproc)
sudo make install
Write
Preview
Loading…
Cancel
Save