From 0afc8ea2c3dff40f7574170e3b890728f5028a2c Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 17 Jul 2023 20:31:42 +0800 Subject: [PATCH] add linux tool check --- src/SPC/doctor/item/LinuxToolCheckList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SPC/doctor/item/LinuxToolCheckList.php b/src/SPC/doctor/item/LinuxToolCheckList.php index d5db242e..3f4d1bfb 100644 --- a/src/SPC/doctor/item/LinuxToolCheckList.php +++ b/src/SPC/doctor/item/LinuxToolCheckList.php @@ -26,6 +26,7 @@ class LinuxToolCheckList 'git', 'autoconf', 'automake', 'tar', 'unzip', 'gzip', 'bzip2', 'cmake', 'gcc', + 'g++', ], default => [ 'make', 'bison', 'flex',