mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +00:00
fix: use this repo
This commit is contained in:
parent
3ad1985548
commit
b0fef045c8
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ git clone https://github.com/OpenZWave/open-zwave.git && cd open-zwave && make -
|
|||
cd /opt
|
||||
git clone https://github.com/OpenZWave/qt-openzwave.git && cd qt-openzwave && /opt/qt512/bin/qmake -r CONFIG+=release && make -j4 && make install
|
||||
cd /opt
|
||||
git clone https://github.com/OpenZWave/ozw-admin.git && cd ozw-admin && /opt/qt512/bin/qmake -r CONFIG+=release && make -j4 && make install
|
||||
#git clone https://github.com/OpenZWave/ozw-admin.git && cd ozw-admin && /opt/qt512/bin/qmake -r CONFIG+=release && make -j4 && make install
|
||||
git clone https://github.com/Fishwaldo/ozw-admin.git && cd ozw-admin && /opt/qt512/bin/qmake -r CONFIG+=release && make -j4 && make install
|
||||
cd /opt
|
||||
#mkdir -p /opt/AppDir/usr/lib/
|
||||
#cp /opt/open-zwave/libopenzwave.so* /opt/AppDir/usr/lib/
|
||||
|
|
Loading…
Add table
Reference in a new issue