mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +00:00
make sure we build a release build
This commit is contained in:
parent
a730d6b9e8
commit
01c96b5a1e
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
cd /opt
|
||||
git clone https://github.com/OpenZWave/open-zwave.git && cd open-zwave && make -j4 && make install
|
||||
cd /opt
|
||||
git clone https://github.com/OpenZWave/qt-openzwave.git && cd qt-openzwave && /opt/qt512/bin/qmake -r && make -j4 && make install
|
||||
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 && 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
|
||||
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