mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Provisioning: Install Node.js for SLES 15
WebEngine requires node.js version 12 or later
Change-Id: I9ff5ebbfcaf328445149e6d0b95e02dd0febf5c3
Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
(cherry picked from commit bf1c196e41)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
ff5ac751da
commit
1796efc2ac
@@ -52,6 +52,8 @@ sudo SUSEConnect -p sle-module-server-applications/15.4/x86_64
|
||||
sudo SUSEConnect -p sle-module-desktop-applications/15.4/x86_64
|
||||
sudo SUSEConnect -p sle-module-development-tools/15.4/x86_64
|
||||
sudo SUSEConnect -p sle-module-python3/15.4/x86_64
|
||||
# sle-module-web-scripting is required for Nodejs
|
||||
sudo SUSEConnect -p sle-module-web-scripting/15.4/x86_64
|
||||
|
||||
sudo zypper lr -u
|
||||
|
||||
|
||||
@@ -118,6 +118,9 @@ sudo zypper -nq update open-vm-tools
|
||||
# Tools to build Git
|
||||
sudo zypper -nq install autoconf libcurl-devel libexpat-devel
|
||||
|
||||
# Nodejs - required by QtWebengine
|
||||
sudo zypper -nq install nodejs16
|
||||
|
||||
gccVersion="$(gcc --version |grep gcc |cut -b 17-23)"
|
||||
echo "GCC = $gccVersion" >> versions.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user