Update box64.md

This commit is contained in:
aiminick 2021-08-08 23:37:53 +08:00 committed by GitHub
parent c18db544ce
commit 78e926a3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 15 deletions

View File

@ -1,19 +1,10 @@
Build with:
Box64 build:
```
cmake .. -DRPI4ARM64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DARM_DYNAREC=1
----
```
Library libgcc_s.so.1 (0x911fa4d0) needs 0x911bca50, but it was not found. Ignoring.
Library libm.so.6 (0x911f9260) needs 0x911bca50, but it was not found. Ignoring.
Library libc.so.6 (0x911ad2a0) needs 0x9128f930, but it was not found. Ignoring.
Library libc.so.6 (0x911ad2a0) needs 0x911bca50, but it was not found. Ignoring.
Library libdl.so.2 (0x911ac0b0) needs 0x9128f930, but it was not found. Ignoring.
Library libdl.so.2 (0x911ac0b0) needs 0x911bca50, but it was not found. Ignoring.
Library libpthread.so.0 (0x911a9aa0) needs 0x911bca50, but it was not found. Ignoring.
apt install lib64gcc1-i386-cross libc6-amd64-i386-cross
cp -rf /usr/i686-linux-gnu/lib64/* x86_64/
cp -rf /usr/i686-linux-gnu/lib/* x86/
Install Wine:
```
apt install lib64gcc1-i386-cross libc6-amd64-i386-cross -y
ln -sf /opt/wine64/bin/wine64 /usr/local/bin/wine64
```