| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| zh:docs:guide-user:additional-software:beginners-build-guide [2021/10/15 08:26] – ↷ Links adapted because of a move operation bobafetthotmail | zh:docs:guide-user:additional-software:beginners-build-guide [2021/10/15 08:29] – ↷ Links adapted because of a move operation bobafetthotmail |
|---|
| |
| 其它指导固件编译的文档: | 其它指导固件编译的文档: |
| [[docs:guide-user:additional-software:beginners-build-guide|Beginners guide to building your own firmware]], [[docs:guide-user:additional-software:imagebuilder|Using the Image Builder]]. | [[docs:guide-developer:toolchain:beginners-build-guide|Beginners guide to building your own firmware]], [[docs:guide-user:additional-software:imagebuilder|Using the Image Builder]]. |
| ===== 1 - 安装Linux server (针对Windows用户)===== | ===== 1 - 安装Linux server (针对Windows用户)===== |
| 如果你已经有了Debian/Ubuntu server,可以跳至下一步[[docs:guide-user:additional-software:beginners-build-guide#compiling_openwrt|part 2]]. | 如果你已经有了Debian/Ubuntu server,可以跳至下一步[[docs:guide-developer:toolchain:beginners-build-guide#compiling_openwrt|part 2]]. |
| |
| 除了在windows上安装虚拟机外,windows 10 用户可以在Microsoft Store安装Ubuntu并跳至第二步. 安装后,运行以下命令: | 除了在windows上安装虚拟机外,windows 10 用户可以在Microsoft Store安装Ubuntu并跳至第二步. 安装后,运行以下命令: |
| |
| ==== 2.1 第一次下载代码 ==== | ==== 2.1 第一次下载代码 ==== |
| 参考 [[docs:guide-user:additional-software:beginners-build-guide|Beginners guide to building your own firmware]] , "cd openwrt"然后运行以下命令以获得最新稳定版本: | 参考 [[docs:guide-developer:toolchain:beginners-build-guide|Beginners guide to building your own firmware]] , "cd openwrt"然后运行以下命令以获得最新稳定版本: |
| <code> | <code> |
| git tag | git tag |
| </code> | </code> |
| |
| Then continue following the [[docs:guide-user:additional-software:beginners-build-guide|Beginners guide to building your own firmware]] | Then continue following the [[docs:guide-developer:toolchain:beginners-build-guide|Beginners guide to building your own firmware]] |
| |
| ==== 2.2 使用config system时的指导 ==== | ==== 2.2 使用config system时的指导 ==== |
| Mostly for developers: | Mostly for developers: |
| * [[docs:guide-developer:toolchain:use-buildsystem|Build system – Usage]] | * [[docs:guide-developer:toolchain:use-buildsystem|Build system – Usage]] |
| * [[docs:guide-developer:env|Using Build Environments]] | * [[docs:guide-developer:toolchain:env|Using Build Environments]] |
| * [[docs:guide-developer:build-system:start|The build system – About]] | * [[docs:guide-developer:build-system:start|The build system – About]] |
| * [[docs:guide-developer:using_the_sdk|Using the SDK]] | * [[docs:guide-developer:using_the_sdk|Using the SDK]] |
| |
| Don't hesitate to ask in [[https://forum.openwrt.org/t/beginners-step-by-step-guide-to-building-your-own-firmware/8141|this forum thread]] if anything in this guide is unclear. | Don't hesitate to ask in [[https://forum.openwrt.org/t/beginners-step-by-step-guide-to-building-your-own-firmware/8141|this forum thread]] if anything in this guide is unclear. |