Browse Source

add some notes about Qt software dependencies

master
Richard Genoud 5 years ago
parent
commit
c3de862f2c
1 changed files with 8 additions and 0 deletions
  1. +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

Loading…
Cancel
Save