引自
http://fireflybug.spaces.live.com/blog/cns!3C803D80232E5F53!1775.entry?wa=wsignin1.0&sa=414449030
实践于Ubuntu Hardy
- 解压,如tar xvzf VMwareTools-6.0.0-45731.tar.gz
- 下载http://open-vm-tools.sourceforge.net
并解压,如tar xvzf open-vm-tools-2008.10.10-123053.tar.gz - ./configure --disable-unity --without-x --without-dnet --without-icu && make
其中--disable-unity或许不必要 - cd modules/linux/
for i in *; do mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; done - cd ../../..
mv -f open-vm-tools-2008.10.10-123053/modules/linux/*.tar vmware-tools-distrib/lib/modules/source/ - cd vmware-tools-distrib/
以管理员身份运行./vmware-install.pl - 将vmware-toolbox作为自动启动项目。以管理员身份运行它时有更多选项。