mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
Update using_ubuntu_as_sos.rst
This commit is contained in:
parent
65f21a77e2
commit
e4941b2225
@ -12,7 +12,7 @@ In the following instructions we'll build on material in the
|
||||
Install Ubuntu (natively)
|
||||
*************************
|
||||
|
||||
Ubuntu 18.04.1 LTS was used throughout this document, other versions such as
|
||||
Ubuntu 18.04.1 LTS was used throughout this document, other older versions such as
|
||||
16.04 works too.
|
||||
|
||||
* Download Ubuntu 18.04 from the `Ubuntu 18.04.1 LTS (Bionic Beaver) page
|
||||
@ -44,21 +44,21 @@ Install development tools for ARCN development:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
sudo apt install gcc \
|
||||
git \
|
||||
make \
|
||||
gnu-efi \
|
||||
libssl-dev \
|
||||
libpciaccess-dev \
|
||||
uuid-dev \
|
||||
libsystemd-dev \
|
||||
libevent-dev \
|
||||
libxml2-dev \
|
||||
libusb-1.0-0-dev \
|
||||
python3 \
|
||||
python3-pip \
|
||||
libblkid-dev \
|
||||
e2fslibs-dev \
|
||||
sudo apt install gcc
|
||||
git
|
||||
make
|
||||
gnu-efi
|
||||
libssl-dev
|
||||
libpciaccess-dev
|
||||
uuid-dev
|
||||
libsystemd-dev
|
||||
libevent-dev
|
||||
libxml2-dev
|
||||
libusb-1.0-0-dev
|
||||
python3
|
||||
python3-pip
|
||||
libblkid-dev
|
||||
e2fslibs-dev
|
||||
sudo pip3 install kconfiglib
|
||||
|
||||
.. note::
|
||||
|
Loading…
Reference in New Issue
Block a user