You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If I understand the toolchain.py logic, quite few recipes are related to build host* packages (eg. hostpython, host_setuptools, hostlibffi, hostopenssl).
Leveraging conda, this allows to use the most updated ready-to-use host tools for a variety of platform, simplifying the process (and switching to full python3 along the way).
Describe the solution you'd like
This is a walk-through to have a host environment to build the cross compiled python toolchain:
Is your feature request related to a problem? Please describe.
If I understand the toolchain.py logic, quite few recipes are related to build host* packages (eg. hostpython, host_setuptools, hostlibffi, hostopenssl).
Leveraging conda, this allows to use the most updated ready-to-use host tools for a variety of platform, simplifying the process (and switching to full python3 along the way).
Describe the solution you'd like
This is a walk-through to have a host environment to build the cross compiled python toolchain:
Install the conda root (done only once):
Creates a new conda environment
This is the same as
python -m venv host/envs/kivy
and it is done only once:Activate the new conda environment
Completely clean it up
The text was updated successfully, but these errors were encountered: