From adc5d3bf5afff29a7355b6cf4b213f8aca4b3a84 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Tue, 26 Jan 2021 11:06:44 +0100 Subject: [PATCH] doc: use 'apt' to install GCC for Windows Replace the original Clear Linux (`swupd`) command to add the GCC compiler for Windows by the equivalent in Ubuntu (i.e. using Ubuntu package manager 'apt') Signed-off-by: Geoffroy Van Cutsem --- doc/tutorials/enable_s5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/enable_s5.rst b/doc/tutorials/enable_s5.rst index a39ad8714..9af2c5544 100644 --- a/doc/tutorials/enable_s5.rst +++ b/doc/tutorials/enable_s5.rst @@ -128,8 +128,8 @@ The procedure for enabling S5 is specific to the particular OS: $ cd acrn-hypervisor/misc $ make life_mngr - .. note:: If there is no ``x86_64-w64-mingw32-gcc`` compiler, you must run ``swupd bundle-add c-basic-mingw`` - to install it. + .. note:: If there is no ``x86_64-w64-mingw32-gcc`` compiler, you can run ``sudo apt install gcc-mingw-w64-x86-64`` + on Ubuntu to install it. #) Set up a Windows environment: