From: Wei Liu Date: Tue, 14 May 2019 14:22:32 +0000 (+0100) Subject: README: document requirement about python X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2242 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bdd0f3c9b06f932d5bae2a277ae2efb233b48f04;p=xen.git README: document requirement about python Provide information on what is expected from the build system regarding python. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- diff --git a/README b/README index 23e4f7c3dc..26d44cf7c1 100644 --- a/README +++ b/README @@ -181,6 +181,13 @@ Various tools, such as pygrub, have the following runtime dependencies: URL: http://www.python.org/ Debian: python +Note that the build system expects `python` to be available. If your system +only has `python2` or `python3` but not `python` (as in Linux From Scratch), +you will need to create a symlink for it, or specify PYTHON= when invoking +make, like (note the position of PYTHON= matters): + + # make PYTHON=/usr/bin/python3 + Intel(R) Trusted Execution Technology Support =============================================