mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
add linux tool check
This commit is contained in:
@@ -21,7 +21,7 @@ class LinuxBuilder extends BuilderBase
|
|||||||
use UnixBuilderTrait;
|
use UnixBuilderTrait;
|
||||||
|
|
||||||
/** @var string[] Linux 环境下编译依赖的命令 */
|
/** @var string[] Linux 环境下编译依赖的命令 */
|
||||||
public const REQUIRED_COMMANDS = ['make', 'bison', 'flex', 'pkg-config', 'git', 'autoconf', 'automake', 'tar', 'unzip', /* 'xz', 好像不需要 */ 'gzip', 'bzip2', 'cmake'];
|
public const REQUIRED_COMMANDS = ['make', 'bison', 'flex', 'git', 'autoconf', 'automake', 'tar', 'unzip', /* 'xz', 好像不需要 */ 'gzip', 'bzip2', 'cmake'];
|
||||||
|
|
||||||
/** @var string 使用的 libc */
|
/** @var string 使用的 libc */
|
||||||
public string $libc;
|
public string $libc;
|
||||||
|
|||||||
Reference in New Issue
Block a user