mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Update install.sh
update to qmake6
This commit is contained in:
parent
e164533ad4
commit
a9a8ccdc83
|
|
@ -113,7 +113,7 @@ tput cup 13 15
|
||||||
echo "[ 2/9] [##-------]"
|
echo "[ 2/9] [##-------]"
|
||||||
tput cup 15 5
|
tput cup 15 5
|
||||||
echo "-> download GIT and other stuff.........."
|
echo "-> download GIT and other stuff.........."
|
||||||
apt-get -y install git cmake build-essential libusb-1.0 qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qt5-default libpulse-dev libx11-dev sox >> ${boswatch_install_path}/setup_log.txt 2>&1
|
apt-get -y install git cmake build-essential libusb-1.0 qmake6 qt6-base-dev libpulse-dev libx11-dev sox >> ${boswatch_install_path}/setup_log.txt 2>&1
|
||||||
exitcodefunction $? download stuff
|
exitcodefunction $? download stuff
|
||||||
|
|
||||||
tput cup 13 15
|
tput cup 13 15
|
||||||
|
|
@ -166,7 +166,7 @@ tput cup 15 5
|
||||||
echo "-> compile multimon-ng................."
|
echo "-> compile multimon-ng................."
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
qmake -qt=qt5 ../multimon-ng.pro >> ${boswatch_install_path}/setup_log.txt 2>&1
|
qmake6 ../multimon-ng.pro >> ${boswatch_install_path}/setup_log.txt 2>&1
|
||||||
exitcodefunction $? qmake multimonNG
|
exitcodefunction $? qmake multimonNG
|
||||||
|
|
||||||
make >> ${boswatch_install_path}/setup_log.txt 2>&1
|
make >> ${boswatch_install_path}/setup_log.txt 2>&1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue