First install wine
sudo apt-get install wine
and then download sketchup for windows here
After that run installer using wine
After Finish open shortcut in desktop klik kanan properties add /DisableRubyAPI behind command like picture below
Update sometime sketchup got crash add this code and modified your shortcut like this
env WINEPREFIX=”/home/onix/.wine” WINEDEBUG=”fixme-all” LIBGL_ALWAYS_SOFTWARE=1 wine “C:\Program Files (x86)\SketchUp\SketchUp 2014\SketchUp.exe” “/DisableRubyAPI”
don’t forget change /home/onix use your home directory
Download mfc100u.dll here
Copy File mfc100u.dll in system32 wine directory
open your terminal and write this nautilus ~/ .wine/drive_c/windows/system32/
copy right there
Done, now you can run shortcut sketchup in desktop, have fun
My installation of sketchup under ubuntu 15.04 doesn’t work for now. Installation screen ask me to install .net framework. It downloads the framework but it’s unable to install it correctly…
During your install, did you see a screen about .NET ? If yes, how did you install it ?
Regards,
Denis
I’m using the older version
i’m using sketchup 2015 and it runs perfectly smooth on my ubuntu 15.04.
.NET problems can be easily solve by installing Wine Gecko.
you can find it here
http://wiki.winehq.org/Gecko
and no longer need to disable ruby API
yup, congrats