ubuntu wine

一、安装wine
1.apt-get install wine
2.配置
winecfg
添加驱动器

二、安装source insight
1.# wine Si35Setup.exe
Sn:    SI3US-032434-64929
        SI3US-197497-65898
        SI3US-567890-89293

2.vi sourceinisght.sh
#!/bin/sh
wine "c:\Program Files\Source Insight 3\Insight3.exe"

三、安装Bcompare
1.wine BCompare.exe
2.vi bcompare.sh
#!/bin/sh
wine "C:\\Program Files\\Beyond Compare\\BCompare.exe"


你可能感兴趣的:(ubuntu wine)