mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-06 13:18:19 +00:00
use stable version of MQTT
This commit is contained in:
parent
d79f4a7523
commit
f805d596dc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ MAINTAINER Justin Hammond
|
|||
|
||||
WORKDIR /opt
|
||||
|
||||
RUN git clone https://github.com/qt/qtmqtt.git && cd qtmqtt && /opt/Qt/5.12.4/bin/qmake && make && make install
|
||||
RUN git clone https://github.com/qt/qtmqtt.git && cd qtmqtt && git checkout 5.12 && /opt/Qt/5.12.4/bin/qmake && make && make install
|
||||
RUN git clone https://github.com/OpenZWave/open-zwave.git && cd open-zwave && make -j4 && make install
|
||||
RUN git clone https://github.com/OpenZWave/qt-openzwave.git && cd qt-openzwave && git checkout mqtt && /opt/Qt/5.12.4/bin/qmake && make -j4 && make install
|
||||
#RUN ls -lah /usr/local/lib64/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue