Lines Matching +full:- +full:- +full:installed
1 .. _no-west:
11 - cloning the additional source code repositories used by Zephyr in
13 - specifying the locations of these repositories to the Zephyr build
15 - flashing and debugging without understanding detailed usage of the
20 If you have previously installed west and want to stop using it,
23 .. code-block:: console
31 ------------------
37 .. code-block:: console
41 git clone https://github.com/zephyrproject-rtos/zephyr
50 ---------------------
53 without west installed if you specify any modules manually.
55 .. zephyr-app-commands::
56 :zephyr-app: samples/hello_world
59 :gen-args: -DZEPHYR_MODULES=module1;module2;...
62 When building with west installed, the Zephyr build system will use it to set
63 :ref:`ZEPHYR_MODULES <important-build-vars>`.
65 If you don't have west installed and your application does not need any of
68 If you don't have west installed and your application *does* need one
76 instead of using ``west blobs``. See :ref:`bin-blobs` for more details.
79 ----------------------
83 <west-build-flash-debug>`. For example, ``ninja flash`` calls ``west
84 flash``\ [#wbninja]_. If you don't have west installed on your system, running
86 any :ref:`flash-debug-host-tools` which work for your board (and which those
93 .. code-block:: console
96 git clone https://github.com/zephyrproject-rtos/west.git .west/west
100 .. code-block:: none
123 line like ``west build -t flash``. In that case, west is run twice: