Commit bdd0f3c9 authored by Wei Liu's avatar Wei Liu
Browse files

README: document requirement about python


Provide information on what is expected from the build system
regarding python.
Signed-off-by: default avatarWei Liu <wei.liu2@citrix.com>
Acked-by: default avatarJan Beulich <jbeulich@suse.com>
parent e911b4e2
......@@ -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
=============================================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment