https://github.com/ptitSeb/box64
https://box64.debian.ryanfortner.dev/
https://box86.org/2022/02/box86-box64-are-easy-to-use/
https://box86.org/2022/03/box86-box64-vs-qemu-vs-fex-vs-rosetta2/
Install directly from repo:
sudo wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list
wget -O- https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/box64-debs-archive-keyring.gpg
sudo apt update && sudo apt install box64 -y
or build it yourself:
git clone https://github.com/ptitSeb/box64
cd box64
mkdir build; cd build; cmake .. -DRPI4ARM64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
sudo make install
No comments:
Post a Comment