mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 04:25:51 +00:00
Change-Id: I177fa345a0758fd6ba1305007b02d7ae49e25c86 Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
30 lines
776 B
ReStructuredText
30 lines
776 B
ReStructuredText
.. _quick_start:
|
|
|
|
Quick Start Guide
|
|
#################
|
|
|
|
Use this guide to install the Zephyr development environment on your
|
|
development system and to build the Zephyr Kernel on the supported platforms.
|
|
|
|
The following operating systems are supported:
|
|
|
|
* Linux
|
|
* Mac OS
|
|
|
|
Follow the steps appropriate for your development system's
|
|
:abbr:`OS (Operating System)`.
|
|
|
|
Use these procedures to create a new development environment. Given that the
|
|
file hierarchy may change from one release to another, these instructions
|
|
might not work properly in an existing development environment.
|
|
|
|
Perform the steps in the installation procedures in the order they appear.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation_linux.rst
|
|
installation_mac.rst
|
|
local_development.rst
|
|
application.rst
|