Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| zh:docs:guide-developer:build-system:install-buildsystem [2019/03/27 02:48] – [Examples of Package Installations] penghanye | zh:docs:guide-developer:build-system:install-buildsystem [2020/03/23 09:07] (current) – [Linux上的安装过程] superice | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | |||
| ====== 构建系统 – 安装 ====== | ====== 构建系统 – 安装 ====== | ||
| 构建系统可用运行在Linux, | 构建系统可用运行在Linux, | ||
| Line 17: | Line 15: | ||
| ===== Linux上的安装过程 ===== | ===== Linux上的安装过程 ===== | ||
| - | | -> [[docs: | + | |
| - | \\ | + | |
| - 安装 '' | - 安装 '' | ||
| - 有些feeds也许不能通过git, | - 有些feeds也许不能通过git, | ||
| Line 107: | Line 104: | ||
| | | ||
| - | ===== Downloading Sources | + | ===== 下载源码 |
| - | clone the Git repository using one of the following commands.\\ | + | 使用以下命令克隆Git仓库.\\ |
| - | :!: Do everything as normal user, don't use root user or sudo!\\ | + | :!: 请使用普通用户来完成所有的操作, 不用使用root用户或sudo!\\ |
| - | :!: Do not download sources in a directory that has spaces in its parent folders or full path! | + | :!: 请不用将代码下载到绝对路径中有空格的目录中! |
| - | ==== Master | + | ==== Master |
| - | The development branch contains the latest additions to LEDE, may have **experimental** or **unstable** code. | + | 开发分支包含了针对LEDE的最新附加代码, 可能有 |
| <code bash>git clone https:// | <code bash>git clone https:// | ||
| - | Note that the LEDE git reference | + | 注: 也许你会在帖子或其他参考资料中会看到, |
| - | Additional packages can be found in several | + | 附加软件包可以在这些feeds (Luci, packages, routing, management等.)中找到. 当你更新package |
| - | ==== Specific branches | + | ==== 特定的分支 |
| - | Each branch contains the baseline code for the release version | + | 每个分支都包含了针对发布版本的基准代码 |
| - | To use a branch, you should first clone the Git repository using the **git clone** | + | 要使用某个分支, 需要先使用**git clone**命令克隆git仓库, |
| For LEDE 17.01: | For LEDE 17.01: | ||
| Line 132: | Line 129: | ||
| <code bash>git checkout openwrt-18.06</ | <code bash>git checkout openwrt-18.06</ | ||
| - | :!: When changing branches, it is recommended to perform a throughout scrub of your source tree by using the **make distclean** | + | :!: 改变分支时, 建议使用**make distclean** |