Mac下使用Wine安裝Notepad++
阿新 • • 發佈:2017-12-17
ive spa .html ash gpo 桌面圖標 運行 cnblogs $?
下載:
(鏈接: https://pan.baidu.com/s/1miOjLXY 密碼: 2egg)
安裝:
1、安裝Wine
參考:http://www.cnblogs.com/EasonJim/p/8016167.html
3、安裝Notepad++
wine npp.7.3.Installer.exe
5、設置桌面圖標,雙擊運行
參考:http://www.cnblogs.com/EasonJim/p/7467457.html
vim Notepad++.command chmod u+x Notepad++.command
#!/bin/bash test "$?BASH_VERSION" = "0" || eval ‘setenv() { export "$1=$2"; }‘; setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH"; nohup wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Notepad++/notepad++.exe >/dev/null 2>&1 &
Mac下使用Wine安裝Notepad++