mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
doc: add python and Kconfiglib as prerequisite development tools
v4 -> v5: * No changes. v3 -> v4: * No changes. v2 -> v3: * Update the guide before introducing the actual code. v1 -> v2: * Add guides on installing pip and kconfiglib. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
This commit is contained in:
parent
647aee6e34
commit
ce061d3b32
@ -398,6 +398,8 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo swupd bundle-add os-clr-on-clr
|
||||
$ sudo swupd bundle-add python-basic
|
||||
$ sudo pip install kconfiglib
|
||||
|
||||
* On a Ubuntu/Debian development system:
|
||||
|
||||
@ -411,7 +413,10 @@ each with their own way to install development tools:
|
||||
libsystemd-dev \
|
||||
libevent-dev \
|
||||
libxml2-dev \
|
||||
libusb-1.0-0-dev
|
||||
libusb-1.0-0-dev \
|
||||
python \
|
||||
python-pip
|
||||
$ sudo pip install kconfiglib
|
||||
|
||||
.. note::
|
||||
Ubuntu 14.04 requires ``libsystemd-journal-dev`` instead of ``libsystemd-dev``
|
||||
@ -429,7 +434,10 @@ each with their own way to install development tools:
|
||||
systemd-devel \
|
||||
libxml2-devel \
|
||||
libevent-devel \
|
||||
libusbx-devel
|
||||
libusbx-devel \
|
||||
python \
|
||||
python-pip
|
||||
$ sudo pip install kconfiglib
|
||||
|
||||
|
||||
* On a CentOS development system:
|
||||
@ -444,7 +452,10 @@ each with their own way to install development tools:
|
||||
systemd-devel \
|
||||
libxml2-devel \
|
||||
libevent-devel \
|
||||
libusbx-devel
|
||||
libusbx-devel \
|
||||
python \
|
||||
python-pip
|
||||
$ sudo pip install kconfiglib
|
||||
|
||||
|
||||
Build the hypervisor, device model and tools
|
||||
|
Loading…
Reference in New Issue
Block a user