如何让 Google Sketchup 运行?

如何让 Google Sketchup 运行?

如何让 google sketchup 在 ubuntu 上运行?

答案1

谷歌SketchupUbuntu 本身不支持,因此您必须使用 Wine 来运行它。以下链接可能有助于您开始使用;

http://wiki.winehq.org/GoogleSketchup

http://ubuntuguide.net/install-google-sketchup-cad-style-app-in-ubuntu-using-wine

答案2

另一种不使用 wine 运行 Sketchup 的方法是设置虚拟机并在其上安装 Sketchup。不过,您可能(并且很可能会)需要 cscarney 建议的注册表更改。

答案3

http://ubuntuhandbook.org/index.php/2014/06/install-google-sketchup-ubuntu1404/

这是 2014 Sketchup 的详细说明,其中还包含解决挂断和视频问题的详细说明。

答案4

这对我有用:

首先安装 WINEsudo apt-get install wine

接下来,从 Google 下载 SketchUp 安装程序并将其保存到磁盘。打开终端并运行wine /path/to/installer.exe 完成安装程序过程。

尝试运行 SketchUp(它位于 Wine/Applications 下的应用程序菜单上)。如果出现“无法初始化 OpenGL”错误,请运行wine regedit.exe并将 HKEY_CURRENT_USER\Software\Google\SketchUp6\GLConfig\Display\HW_OK 设置为 1。

相关内容