Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:box64 [2024/08/31 14:20] – created darron | tools:box64 [2024/09/08 12:54] (current) – [Install] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | https:// | + | ====Box64==== |
+ | |||
+ | Run Linux AMD64 binaries on Linux ARM. | ||
+ | |||
+ | There is no guarantee that it works for all binaries | ||
+ | ===Install=== | ||
+ | |||
+ | < | ||
+ | mkdir -p /opt/src | ||
+ | cd /opt/src | ||
+ | git clone https:// | ||
+ | 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:// |