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 <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2021-01-26 11:06:44 +01:00 committed by David Kinder
parent daf495bfc8
commit adc5d3bf5a
1 changed files with 2 additions and 2 deletions

View File

@ -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: