文章标签 ‘wine’
都有人把M$ Office 2007给Wine成功了,我这篇文章看起来异常火星。
当初我不Wine Office的原因很简单,字体。我当时不知道M$ Office自己带有一个很庞大的字体包,我怕装好后出现中文不能显示等问题,干脆就没来装了。结果装好了之后,发现效果非常好。
下面简单说一下How To,其实网上很多教程,WineHQ 官方WIKI上就有。
1. 将richedit20.dll和richedit32.dll还有msxml3.dll三个文件在winecfg里面设为native(windows).
2.上网下载以上三个文件的安装包:
http://media.codeweavers.com/pub/crossover/office/support/richedit30.exe
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=28494391-052b-42ff-9674-f752bdca9582
3.执行安装
最近忙着考试复习,第三次错过了第一时间发布(至少是同步发布)消息的时机,sigh~
The Wine team is proud to announce that Wine 1.0 is now available. This is the first stable release of Wine after 15 years of development and beta testing. Many thanks to everybody who helped us along that long road!
While compatibility is not perfect yet, thousands of applications have been reported to work very well. [...]
Wine这个软件功能越来越强大了,非常好用~~~
源里面的Wine版本太旧,正好在昨天,Wine发布了0.9.54 ,可以直接去官方网站http://www.winehq.org/site/download下载:
首先要获取密钥:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
然后下载源列表:
For Ubuntu Gutsy (7.10):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu Feisty (7.04):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list
...