From ce061d3b326171b491360cf8377d9bfd7e0b5cc7 Mon Sep 17 00:00:00 2001 From: Junjie Mao Date: Fri, 25 May 2018 22:23:34 +0800 Subject: [PATCH] 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 Reviewed-by: Kevin Tian Reviewed-by: Zhao Yakui --- doc/getting_started/index.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 7d8535098..87d4097c6 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -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