1 个仓库
Managing the compilation and installation of programming language runtimes on Unix-like systems.
Distinct from Unix-like Operating System Sources: Focuses on the installation of the language runtime, not OS kernel sources or API bindings.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Language Runtime Installations. Refine with filters or upvote what's useful.
ruby-build 是一个适用于类 Unix 系统的 Ruby 版本安装程序和构建工具。它管理从源代码下载、编译和安装多个 Ruby 语言版本的过程。 该工具利用定义文件将版本号映射到下载 URL 和安装说明。它支持自定义构建定义,允许将包下载重定向到镜像 URL,并对下载的源代码存档应用基于校验和的完整性验证。 该工具提供自定义 Ruby 编译功能,包括应用源代码补丁以及通过环境变量配置构建参数。它允许用户浏览可用版本并自动化特定版本的获取与编译。
Manages the installation and compilation of Ruby runtimes on Unix systems to avoid conflicts with system packages.