From 780b9790cfaa6cdb4f943266cb91a0b4354a3928 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Thu, 18 Feb 2021 13:53:47 +0800 Subject: [PATCH] Update others.md --- docs/others.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/others.md b/docs/others.md index 8fc2695..92149d9 100644 --- a/docs/others.md +++ b/docs/others.md @@ -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 +```