Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
zh:docs:guide-developer:build-system:install-buildsystem [2019/03/27 03:18] – [Master 或 HEAD (开发主分支)] penghanyezh: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, BSD or MacOSX操作系统上. 它需要大小写敏感的文件系统. 构建系统可用运行在Linux, BSD or MacOSX操作系统上. 它需要大小写敏感的文件系统.
Line 121: Line 119:
 附加软件包可以在这些feeds (Luci, packages, routing, management等.)中找到. 当你更新package feeds之后, 构建系统会克隆正确的feeds. 附加软件包可以在这些feeds (Luci, packages, routing, management等.)中找到. 当你更新package feeds之后, 构建系统会克隆正确的feeds.
  
-==== Specific branches ==== +==== 特定的分支 ==== 
-Each branch contains the baseline code for the release version (e.g. 17.01, 18.06) and the individual releases (e.g. 17.01.1, 17.01.2, 18.06.1, etc). Each branch is intended to contain **stable** code with carefully selected fixes and updates backported from the development branch.+每个分支都包含了针对发布版本的基准代码 (例如. 17.01, 18.06) 以及独立发布版本 (例如. 17.01.1, 17.01.2, 18.06.1, etc). 每个分支都会预期包含**稳定**版代码, 它们会仔细地选择修复内容以及从开发分支回源的代码.
  
-To use a branchyou should first clone the Git repository using the **git clone** command shown aboveThen move to the branch by using the **git checkout** command.+要使用某个分支需要先使用**git clone**命令克隆git仓库, 如下所示然后再使用 **git checkout** 命令移动到分支上.
  
 For LEDE 17.01: For LEDE 17.01:
Line 132: Line 130:
 <code bash>git checkout openwrt-18.06</code> <code bash>git checkout openwrt-18.06</code>
  
-:!: When changing branchesit is recommended to perform a throughout scrub of your source tree by using the **make distclean** commandThis ensures that your source tree does not contain any build artifacts or configuration files from previous build runs.+:!: 改变分支时建议使用**make distclean** 命令对你的源进行全面清理以确保源中不包含以前构建产生的项目或配置文件.
  • Last modified: 2020/03/23 09:07
  • by superice