Tag: wine


[翻译]如何在Linux系统中使用windows软件

August 22nd, 2009 — 10:38am

安装

sudo apt-get install wine

访问WineHQ查看是否有兼容版本

  1. winehq.org
  2. 点击右上方的WineHQ
  3. 点击左侧边栏的Browse Apps

使用 Winetricks

sudo apt-get install cabextract
wget http://winezeug.googlecode.com/svn/trunk/winetricks
sh winetricks ie6

解释:

第一行是安装cabextract
之后是下载最新版本的winetricks
最后是通过winetricks下载ie6

Comment » | 翻译

[ubuntu]解决Wine Rosetta Stone 2.08.1A的杂音问题

November 19th, 2008 — 12:37pm

1.下载需要的文件进行安装,破解
2.这时候应该已经可以正常运行了,但是有杂音
3.把Wine的音效的设置成OSS
4.终端运行:padsp wine TheRosettaStone.exe

附:

Rosetta Stone软件介绍看这里

Comment » | Uncategorized

Back to top