Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:box64 [2024/09/01 17:56] – [Box64] darrontools:box64 [2024/09/08 12:54] (current) – [Install] darron
Line 3: Line 3:
 Run Linux AMD64 binaries on Linux ARM. Run Linux AMD64 binaries on Linux ARM.
  
 +There is no guarantee that it works for all binaries
 ===Install=== ===Install===
  
 <code> <code>
 +mkdir -p /opt/src
 +cd /opt/src
 git clone https://github.com/ptitSeb/box64 git clone https://github.com/ptitSeb/box64
 cd box64 cd box64
-mkdir buildcd buildcmake .. -D ARM_DYNAREC=ON -D CMAKE_BUILD_TYPE=RelWithDebInfo+mkdir build 
 +cd build 
 +cmake .. -D ARM_DYNAREC=ON -D CMAKE_BUILD_TYPE=RelWithDebInfo
 make -j4 make -j4
-sudo make install +make install 
-sudo systemctl restart systemd-binfmt+systemctl restart systemd-binfmt
 </code> </code>
  
 +===Library path===
 +
 +<code>
 +setenv BOX64_LD_LIBRARY_PATH /opt/XXX
 +</code>
 ===Resources=== ===Resources===
  
 [[https://github.com/ptitSeb/box64|Github page]] [[https://github.com/ptitSeb/box64|Github page]]