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
add some notes about Qt software dependencies
master
Richard Genoud
5 years ago
parent
8460ff6760
commit
c3de862f2c
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
soft/thermostat/INSTALL
+ 8
- 0
soft/thermostat/INSTALL
View File
@ -0,0 +1,8 @@
Dependencies:
sudo apt install qttools5-dev-tools qt5-default
git clone https://github.com/emqx/qmqtt.git
cd qmqtt
qmake && make -j
sudo make install
Write
Preview
Loading…
Cancel
Save