mkdir -p /opt/src
cd /opt/src
git clone https://github.com/ptitSeb/box64
cd box64
mkdir build
cd build
cmake .. -D ARM_DYNAREC=ON -D CMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
make install
systemctl restart systemd-binfmt
===Library path===
setenv BOX64_LD_LIBRARY_PATH /opt/XXX
===Resources===
[[https://github.com/ptitSeb/box64|Github page]]