Box64
x64 emulator for arm64
Box64 is a x64 ISA compatibility layer for 64bit platforms.
Box64 has GPU accelerated OpenGL, OpenGLES, EGL, and Vulkan
Installing
Box64
via the L4T-Megascript or Pi-Apps will add an apt repository with optimized Box64 built daily.git clone https://github.com/ptitSeb/box64
cd box64
mkdir build; cd build; cmake .. -DTEGRAX1=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
sudo make install
If it's the first install, you also need:
sudo systemctl restart systemd-binfmt
Last modified 1mo ago