Skip to content

Commit

Permalink
Add missing steps to build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben authored and mateusz-holenko committed Apr 8, 2024
1 parent 342eb5b commit 9a0b51e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/advanced/building_from_sources.md
Expand Up @@ -22,7 +22,7 @@ To install the remaining dependencies, use:

sudo apt update
sudo apt install git automake autoconf libtool g++ coreutils policykit-1 \
libgtk2.0-dev uml-utilities gtk-sharp2 python3
libgtk2.0-dev uml-utilities gtk-sharp2 python3 python3-pip

::::

Expand Down Expand Up @@ -109,6 +109,7 @@ See [the official .NET site](https://dotnet.microsoft.com/en-us/download/dotnet/
Renode’s source code is available on GitHub:

git clone https://github.com/renode/renode.git
cd renode

Submodules will be automatically initialized and downloaded during the build process, so you do not need to do it at this point.

Expand Down

0 comments on commit 9a0b51e

Please sign in to comment.