FEX-Emu / FEX

A fast usermode x86 and x86-64 emulator for Arm64 Linux
https://fex-emu.com
MIT License
2.34k stars 123 forks source link

How to install on Termux Proot? #2682

Closed nerdydumbykier closed 1 year ago

nerdydumbykier commented 1 year ago

Hi, I was wondering how do I get FEX installed on Termux Proot. I can use box86 but I wanted to try FEX out.

Thanks..

seisdr commented 1 year ago

For Ubuntu 20->22.04 you can run curl --silent https://raw.githubusercontent.com/FEX-Emu/FEX/main/Scripts/InstallFEX.py --output /tmp/InstallFEX.py && python3 /tmp/InstallFEX.py && rm /tmp/InstallFEX.py To install it, however Android is not a supported platform

neobrain commented 1 year ago

As noted, you're on your own when it comes to running FEX on Android.