Support #712
Install Google SketchUp Using PlayOnLinux on Arch
Description
This is a guide on how I installed Google SketchUp on a 64-bit Arch Linux machine using PlayOnLinux.
Prepare the Environment¶
- Make sure the system is up to date:
sudo pacman -Syu
- Install playonlinux:
sudo pacman -S playonlinux
- Open PlayOnLinux
Configure SketchUp Virtual Drive¶
Install Wine 1.7.22¶
- Start by going to Tools -> Manage Wine versions, then click on the Wine Versions (amd64) tab
- Install the 1.7.22 version of wine, then close the wine manager window
Create Virtual Drive¶
- Click on the Configure button.
- Then click on the New button to create a new virtual drive, click Next to continue.
- When the wizard opens up click Next, then select 64 bits windows installation, click Next to continue.
- Select version 1.7.22, and click Next to continue.
- Name the virtual drive GoogleSketchUp, and click Next to continue.
- Select the GoogleSketchUp virtual drive, then click on the Wine tab.
- Click on Configure Wine.
- In the Applications tab, select Windows 7 from the Windows Version selection menu.
- Then in the Libraries tab, select riched20 library then Add, Apply, and OK.
- Next click on the Install components tab and Install vcrun2010.
- Close the virtual drive configuration window.
Install SketchUp¶
- Download SketchUp
- From PlayOnLinux, click on Install a Program
- Then click on Install a non-listen program
- When the wizard opens, click Next to continue.
- Select Edit or update an existing application, and click Next to continue.
- Check the Show virtual drives box, and then select the GoogleSketchUp virtual drive, and click Next to continue.
- Click Next to skip additional Wine configurations.
- Select 64 bits windows installation, and click Next to continue.
- Click Browse and navigate to the download path for the SketchUp setup executable.
- Complete the SketchUp installer.
- Select SketchUp.exe as the shortcut, and click Next to continue.
- Name the shortcut SketchUp, then click Next to continue.
- Click I do not want to add another shortcut, then click Next to continue.
NOTE: In order to get SketchUp to work, I needed to copy over the mfc100u.dll to the SketchUp application folder:
cd ~/.PlayOnLinux/wineprefix/GoogleSketchUp/drive_c/ cp windows/syswow64/mfc100u.dll Program\ Files\ \(x86\)/SketchUp/SketchUp\ 2016/NOTE: I also needed to disable the Ruby API:
- From PlayOnLinux, select SketchUp and click on Configure.
- In the Arguments box, enter
/DisableRubyAPI
, then close the configuration window.
Resources¶
Updated by Daniel Curtis almost 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Updated by Daniel Curtis almost 9 years ago
- Status changed from In Progress to Resolved
- % Done changed from 30 to 100