Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:guide-developer:helloworld:chapter2 [2017/10/11 19:50] – ↷ Page moved from inbox:helloworld:chapter2 to docs:guide-developer:helloworld:chapter2 tmomas | docs:guide-developer:helloworld:chapter2 [2018/06/01 08:35] (current) – LEDE -> OpenWrt tmomas | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Creating a simple “Hello, world!” application ====== | ====== Creating a simple “Hello, world!” application ====== | ||
| - | This is the second chapter in the " | + | This is the second chapter in the " |
| * Commissioned your development environment | * Commissioned your development environment | ||
| * Prepared, configured and built the tools and the cross-compilation toolchain | * Prepared, configured and built the tools and the cross-compilation toolchain | ||
| Line 14: | Line 14: | ||
| A good practice in software development is to keep things separate from each other, and only provide enough connecting points for different pieces of a software composition to operate together. This approach is known as a separation of concerns. | A good practice in software development is to keep things separate from each other, and only provide enough connecting points for different pieces of a software composition to operate together. This approach is known as a separation of concerns. | ||
| - | In order to maintain this approach, we place the source code of our application into a directory of its own, separate from the LEDE build system. We name the source code directory after our application, | + | In order to maintain this approach, we place the source code of our application into a directory of its own, separate from the OpenWrt |
| < | < | ||
| cd / | cd / | ||