Update others.md

This commit is contained in:
aiminick 2021-02-18 13:53:47 +08:00 committed by GitHub
parent 52a7c9d708
commit 780b9790cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -167,3 +167,18 @@ _atomic_removal(d, wr.key)
```
apt install ttf-mscorefonts-installer -y
```
#### wine
######## WxWork
msvcp140.dll error.
```
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
./winetricks vcrun2015
exit
Exec=env LANG=zh_CN WINEPREFIX="/home/pi/.wine" exagear ubuntu-1604 -- /usr/bin/wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/pi/.wine/dosdevices/c:/Program\ Files/WXWork/WXWork.exe
```