From 71cb41d8b8fa06c678225e5f925cdba00e5e54e6 Mon Sep 17 00:00:00 2001 From: aiminick Date: Mon, 9 Aug 2021 00:50:08 +0800 Subject: [PATCH] Update box64.md --- docs/notes/box64.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/notes/box64.md b/docs/notes/box64.md index 167b4a1..7404b0d 100644 --- a/docs/notes/box64.md +++ b/docs/notes/box64.md @@ -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 +```