Osx:Wine:修订间差异
imported>Soleverlee |
imported>Soleverlee |
||
第14行: | 第14行: | ||
wine notepad++.exe | wine notepad++.exe | ||
</source> | </source> | ||
=添加快捷方式= | |||
使用Automator新建一个App, 选择Utilties/Run shell script: | |||
<source lang="bash"> | |||
export WINEDEBUG=-all && /usr/local/bin/wine /Users/hfli/Wine/npp.7.3.3.bin/notepad++.exe | |||
</source> | |||
保存到~/Applications里面,然后在App上点command+i,在左上角的图标那里,复制粘贴一个图标就Ok了(直接拖入png不能显示) | |||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2017年5月10日 (三) 03:46的版本
Xquartz
Install Xquartz first.
Wine
brew install wine
brew install winetricks
winecfg
#brew install zenity
winetricks wenquanyi
winetricks ddr=opengl
winetricks fontsmooth=rgb
export WINEDEBUG=-all
wine notepad++.exe
添加快捷方式
使用Automator新建一个App, 选择Utilties/Run shell script:
export WINEDEBUG=-all && /usr/local/bin/wine /Users/hfli/Wine/npp.7.3.3.bin/notepad++.exe
保存到~/Applications里面,然后在App上点command+i,在左上角的图标那里,复制粘贴一个图标就Ok了(直接拖入png不能显示)