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
Next revisionBoth sides next revision
ru:docs:guide-user:additional-software:beginners-build-guide [2021/10/15 08:26] – ↷ Links adapted because of a move operation bobafetthotmailru:docs:guide-user:additional-software:beginners-build-guide [2021/10/15 08:29] – ↷ Links adapted because of a move operation bobafetthotmail
Line 7: Line 7:
  
 Alternative guides to achieving the same goal: Alternative guides to achieving the same goal:
-[[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 - Getting a Linux server (for Windows user)===== ===== 1 - Getting a Linux server (for Windows user)=====
-If you already have a Debian/Ubuntu server you can skip to [[docs:guide-user:additional-software:beginners-build-guide#compiling_openwrt|part 2]].+If you already have a Debian/Ubuntu server you can skip to [[docs:guide-developer:toolchain:beginners-build-guide#compiling_openwrt|part 2]].
  
 As an alternative to setting up a virtual machine, Windows 10 users can install Ubuntu from Microsoft Store and skip to part 2. Make sure to run these commands after installation: As an alternative to setting up a virtual machine, Windows 10 users can install Ubuntu from Microsoft Store and skip to part 2. Make sure to run these commands after installation:
Line 108: Line 108:
  
 ==== 2.1 Initial check out of the code ==== ==== 2.1 Initial check out of the code ====
-Use the [[docs:guide-user:additional-software:beginners-build-guide|Beginners guide to building your own firmware]] for the initial checkout, but to get the stable version you need to do this after you run "cd openwrt":+Use the [[docs:guide-developer:toolchain:beginners-build-guide|Beginners guide to building your own firmware]] for the initial checkout, but to get the stable version you need to do this after you run "cd openwrt":
 <code> <code>
 git tag git tag
Line 118: Line 118:
 </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 General tips on using the config system ==== ==== 2.2 General tips on using the config system ====
Line 173: Line 173:
 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.
  • Last modified: 2021/10/15 09:06
  • by bobafetthotmail