Skip to content

Commit e11946f

Browse files
authored
also install g++ with doctor (not preinstalled on ubuntu, not include… (#904)
2 parents 79ab649 + 7a78ea0 commit e11946f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SPC/doctor/item/LinuxToolCheckList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class LinuxToolCheckList
2828
public const TOOLS_DEBIAN = [
2929
'make', 'bison', 're2c', 'flex',
3030
'git', 'autoconf', 'automake', 'autopoint',
31-
'tar', 'unzip', 'gzip',
31+
'tar', 'unzip', 'gzip', 'gcc', 'g++',
3232
'bzip2', 'cmake', 'patch',
3333
'xz', 'libtoolize', 'which',
3434
'patchelf',
@@ -37,7 +37,7 @@ class LinuxToolCheckList
3737
public const TOOLS_RHEL = [
3838
'perl', 'make', 'bison', 're2c', 'flex',
3939
'git', 'autoconf', 'automake',
40-
'tar', 'unzip', 'gzip', 'gcc',
40+
'tar', 'unzip', 'gzip', 'gcc', 'g++',
4141
'bzip2', 'cmake', 'patch', 'which',
4242
'xz', 'libtool', 'gettext-devel',
4343
'patchelf',

0 commit comments

Comments
 (0)