31 lines
935 B
ReStructuredText
31 lines
935 B
ReStructuredText
.. _quick_start:
|
|
|
|
|project| Quick Start
|
|
######################
|
|
|
|
Follow this guide to install the Zephyr development environment on your
|
|
development system and to build the |codename| on the supported platforms.
|
|
Follow the steps appropriate for your development system's operating system.
|
|
|
|
Currently, the |project| supports Linux development systems only. This guide
|
|
was tested by compiling and running the |codename|'s sample applications on
|
|
the following Linux distributions:
|
|
|
|
* Ubuntu 14.04 LTS 64 bit
|
|
* Fedora 22 64 bit
|
|
|
|
Use these procedures only to create a new |project| development
|
|
environment. Do not use them to update an existing environment. They do
|
|
not account for file hierarchy changes that may occur from release to
|
|
release.
|
|
|
|
Perform the steps in the installation procedures in the order they
|
|
appear.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
installation_linux.rst
|
|
installation_building.rst
|
|
installation_custom_builds.rst
|