Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revisionLast revisionBoth sides next revision | ||
| zh:docs:guide-developer:build-system:install-buildsystem [2019/03/27 02:51] – [下载源码] penghanye | zh:docs:guide-developer:build-system:install-buildsystem [2019/03/27 03:31] – penghanye | ||
|---|---|---|---|
| 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 112: | Line 110: | ||
| :!: 请不用将代码下载到绝对路径中有空格的目录中! | :!: 请不用将代码下载到绝对路径中有空格的目录中! | ||
| - | ==== 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 130: | ||
| <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** |