Update box64.md

This commit is contained in:
aiminick 2021-08-09 00:50:08 +08:00 committed by GitHub
parent de01082989
commit 71cb41d8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -34,7 +34,7 @@ env LANG=zh_CN WINEPREFIX="/opt/win64/" https_proxy="http://x.x.x.x:xxxx" wine64
----
#For Box86
# For Box86
## Build on arm64
@ -45,8 +45,22 @@ apt install gcc-arm-linux-gnueabi binutils-arm-linux-gnueabi gcc-arm-linux-gnuea
cmake .. -DRPI4ARM64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DARM_DYNAREC=1
make install
```
## On arm64
```
apt install libgcc1-i386-cross libc6-i386-cross
dpkg --add-architecture armhf
apt install gcc-8-base:armhf libc6:armhf libgcc1:armhf
```
#### libfaudio0
```
http://mirrors.huaweicloud.com/debian/pool/main/f/faudio/libfaudio0_21.02-1~bpo10+1_i386.deb
```
#### Wine (6.0.1 stable)
```
https://www.playonlinux.com/wine/binaries/phoenicis/upstream-linux-x86/PlayOnLinux-wine-6.0.1-upstream-linux-x86.tar.gz
```