We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ab649 + 7a78ea0 commit e11946fCopy full SHA for e11946f
src/SPC/doctor/item/LinuxToolCheckList.php
@@ -28,7 +28,7 @@ class LinuxToolCheckList
28
public const TOOLS_DEBIAN = [
29
'make', 'bison', 're2c', 'flex',
30
'git', 'autoconf', 'automake', 'autopoint',
31
- 'tar', 'unzip', 'gzip',
+ 'tar', 'unzip', 'gzip', 'gcc', 'g++',
32
'bzip2', 'cmake', 'patch',
33
'xz', 'libtoolize', 'which',
34
'patchelf',
@@ -37,7 +37,7 @@ class LinuxToolCheckList
37
public const TOOLS_RHEL = [
38
'perl', 'make', 'bison', 're2c', 'flex',
39
'git', 'autoconf', 'automake',
40
- 'tar', 'unzip', 'gzip', 'gcc',
41
'bzip2', 'cmake', 'patch', 'which',
42
'xz', 'libtool', 'gettext-devel',
43
0 commit comments