mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 02:14:45 +00:00
Documentation: add 'make' to GSG and expand PATH for sphinx-build
Getting Started Guide: add one more bundle to be added on a Clear Linux development machine to make sure 'make' and other development packages are available. ACRN Documentation Generation: expand the 'PATH' variable to include '~/.local/bin' where 'sphinx-build' is installed. Tracked-On: #1650 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
committed by
David Kinder
parent
4b3b11552d
commit
469496311c
@@ -416,14 +416,12 @@ each with their own way to install development tools:
|
||||
ACRN uses ``menuconfig``, a python3 text-based user interface (TUI) for
|
||||
configuring hypervisor options and using python's ``kconfiglib`` library.
|
||||
|
||||
* On a Clear Linux development system, install the ``os-clr-on-clr`` bundle to get
|
||||
the necessary tools:
|
||||
* On a Clear Linux development system, install the necessary tools:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ sudo swupd bundle-add os-clr-on-clr
|
||||
$ sudo swupd bundle-add python3-basic
|
||||
$ sudo pip3 install kconfiglib
|
||||
$ sudo swupd bundle-add os-clr-on-clr os-core-dev python3-basic
|
||||
$ pip3 install --user kconfiglib
|
||||
|
||||
* On a Ubuntu/Debian development system:
|
||||
|
||||
|
Reference in New Issue
Block a user