From 9a0b51ec69b87ed2ecd4684acc58eeb02e97ba70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 23 Nov 2023 18:04:19 +0100 Subject: [PATCH] Add missing steps to build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benjamin Cabé --- source/advanced/building_from_sources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/advanced/building_from_sources.md b/source/advanced/building_from_sources.md index 3177a92..5f07545 100644 --- a/source/advanced/building_from_sources.md +++ b/source/advanced/building_from_sources.md @@ -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 :::: @@ -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.