Update box64.md

This commit is contained in:
aiminick 2021-08-09 13:51:56 +08:00 committed by GitHub
parent 64d0710f3a
commit 93e80edc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -87,3 +87,28 @@ cd ~/Downloads && wget https://raw.githubusercontent.com/Winetricks/winetricks/m
sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/
env LANG=zh_CN WINEPREFIX="/opt/win32/" https_proxy="http://x.x.x.x:xxxx" box86 winetricks --gui
```
# Wine ENV Settings
#### lang and fonts
```
apt install locales
dpkg-reconfigure locales
apt install xfonts-intl-chinese xfonts-wqy ttf-wqy-microhei xfonts-intl-chinese wqy*
apt install ttf-mscorefonts-installer
```
**env**
```
export LC_ALL="zh_CN.UTF-8"
export LANG="zh_CN.UTF-8"
export LANGUAGE="zh_CN.UTF-8"
export DISPLAY=:0
export WINEPREFIX='/opt/win32'
```