Switchroot Wiki
HomepageGitLabDownloads
  • Home
  • Android
    • Android 14, 15
      • 14, 15 eMMC Boot Guide
      • 14, 15 INI Settings Guide
      • 14, 15 Power User Docs
      • 14, 15 Partition Docs
    • Android 11
      • 11 Setup Guide
      • 11 Build Guide
      • 11 eMMC Guide
      • 11 INI Settings Guide
      • 11 Partition Docs
    • Android 10
      • 10 Setup Guide
      • 10 eMMC Boot Guide
      • 10 Partition Docs
    • Android 8.1
    • Root Guide
  • Linux
    • L4T Linux Distributions
    • Linux Features
    • Linux Changelog
    • L4T Ubuntu Bionic 18.04 Install Guide
    • L4T Ubuntu Jammy 22.04 Install Guide
    • L4T Ubuntu Noble 24.04 Install Guide
    • L4T Fedora 39 Install Guide
    • L4T Fedora 41 Install Guide
    • L4T Lakka Install/Update Guide
    • Linux USB or eMMC Boot
    • Linux Boot Configuration
    • Linux Bootstack Documentation
    • Emulation
      • RetroPie
      • Box86
      • Box64
  • Documentation
    • Partition Docs
    • Terminology
  • SD Card Guide
  • FAQ
  • Common Issues
Powered by GitBook
On this page
  • Box64
  • Introduction
  • Prebuilt APT repo
  • Compiling from Source (for Box64 development)
  1. Linux
  2. Emulation

Box64

x64 emulator for arm64

PreviousBox86NextDocumentation

Last updated 1 year ago

Box64

Introduction

Box64 is a x64 ISA compatibility layer for 64bit platforms. Box64 has GPU accelerated OpenGL, OpenGLES, EGL, and Vulkan

Source code is available

Prebuilt APT repo

Installing Box64 via the or will add an apt repository with optimized Box64 built daily.

Compiling from Source (for Box64 development)

Full compiling instructions are available .

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
here
L4T-Megascript
Pi-Apps
here