Update box64.md

This commit is contained in:
aiminick 2021-08-08 23:15:08 +08:00 committed by GitHub
parent 1d2b09f65f
commit 5eef10e996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,6 @@ 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/* /opt/wine64/lib64/
cp -rf /usr/i686-linux-gnu/lib64/* x86_64/
cp -rf /usr/i686-linux-gnu/lib/* x86/
```