I have not been able to get it working, but people on WineHQ say it is possible to make SketchUp 2014 run with Ruby:
https://appdb.winehq.org/objectManager.php?sClass=...Prerequisites:
.NET Framework 4.0
Visual C++ Redist 6.0 (aka vcrun6)
Platform SDK: GDI+ (aka gdiplus)
comctl32
The first 3 are installed automatically with the experimental CrossTie that I made. comctl32 is a bit trickier, hence you need winetricks (pun intended ;).
The steps are:
1. Install winetricks for your distro Eg, apt-get for *buntus, emerge for Gentoo, etc. or just download it from from their site:
https://code.google.com/p/winetricks/wiki/Installi...2. Winetricks is made for, well, wine... of course. To make it run with CrossOver, you have to trick it (pun intended ;), so we pass it WINE and WINEPREFIX variables. At the same time we want CrossOver to be happy, so we pass it CX_BOTTLE. Here is the command:
env WINE=/opt/cxoffice/bin/wine WINEPREFIX=~/.cxoffice/"SketchUp Make 2014" CX_BOTTLE="SketchUp Make 2014" winetricks comctl32
Change "SketchUp Make 2014" to name of your bottle.
YMMV