zephyr/doc/quick_start/quick_start.rst
Anas Nashif e973119ef0 doc: project -> Zephyr Project
To make the documentation readable from the source I want to get rid of the
substitutions for the project name an code name. This does not add any values
and makes it unreadable when looking at the text files directly. It also causes
some issues when people use those without actually knowing what they represent,
resulting in some weird and redundant language.

Change-Id: Icc70eef90966ed19531c3406fe7a6d1866f7d81d
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:34 -05:00

30 lines
995 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.
Currently, the Zephyr Project supports Linux development systems only. This guide
was tested by compiling and running the Zephyr Kernel's sample applications on
the following Linux distributions:
* Ubuntu 14.04 LTS 64 bit
* Fedora 22 64 bit
Follow the steps appropriate for your development system's :abbr:`OS (Operating System)`.
Where needed, alternative instructions are listed for Ubuntu and Fedora.
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.rst
local_development.rst
application.rst