Heimdall configure options updates

This commit is contained in:
Edward Litherland-Smith 2022-04-27 10:45:45 +01:00
parent a7533a3764
commit 49df22cd10

View file

@ -11,3 +11,5 @@ To reset `configure` options: `make clean distclean`
| `--with-python3-command=python3` | Compile with python3, *Don't be in virtual env for this* | | `--with-python3-command=python3` | Compile with python3, *Don't be in virtual env for this* |
Standard command: `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/usr/bin/python3` Standard command: `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/usr/bin/python3`
Heimdall specific (using pyenv install): `./configure --prefix="$HOME/.local" --with-features=huge --enable-python3interp --with-python3-command=/home/elitherl/.pyenv/versions/3.9.10/bin/python --with-python-config-dir=/home/elitherl/.pyenv/versions/3.9.10/lib/python3.9/config-3.9-x86_64-linux-gnu`