Skip to content

Commit 7305905

Browse files
stephanosiocarlescufi
authored andcommitted
doc: getting_started: Add wget as a common host dependency
This commit adds the instruction for installing the `wget` application for macOS and Windows hosts, such that it is available on all three host platforms when the Getting Started Guide is followed. The rationale behind this is as follows: * The Zephyr documentations, including the Getting Started Guide, makes extensive use of the wget command. * wget is a purpose-made tool for get/download requests and is more user-friendly than curl for the purpose of downloading files. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 30fcf49 commit 7305905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting_started/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The current minimum required version for the main dependencies are:
119119

120120
.. code-block:: bash
121121
122-
brew install cmake ninja gperf python3 ccache qemu dtc
122+
brew install cmake ninja gperf python3 ccache qemu dtc wget
123123
124124
.. group-tab:: Windows
125125

@@ -163,7 +163,7 @@ The current minimum required version for the main dependencies are:
163163
.. code-block:: console
164164
165165
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
166-
choco install ninja gperf python git dtc-msys2
166+
choco install ninja gperf python git dtc-msys2 wget
167167
168168
#. Close the window and open a new ``cmd.exe`` window **as a regular user** to continue.
169169

0 commit comments

Comments
 (0)