# ACE-Rpm **Repository Path**: LFRon/ace-rpm ## Basic Information - **Project Name**: ACE-Rpm - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-03-08 - **Last Updated**: 2025-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 获取编译依赖 ```shell sudo dnf install rpm-build debootstrap dpkg which systemd-container jq -y ``` #### 下载 下载并解压到用户 Home 目录 ##### 然后获取最新版本号 ```shell ./rpmbuild/SPECS/get-ver.sh ``` ##### 下载最新源码包 ```shell cd rpmbuild/SOURCES && ./get-tgz.sh && cd - ``` #### 构建 ```shell cd rpmbuild && rpmbuild -ba SPECS/bookworm-compatibility-mode.spec ``` #### 安装 ```shell cd rpmbuild/RPMS/*/ && sudo dnf install *.rpm -y ``` #### 构建之前需要先运行目录下的脚本获取相关资源