Skip to content

Instantly share code, notes, and snippets.

@stombi
Created June 19, 2024 20:32
Show Gist options
  • Save stombi/e6cefc305c9341d7b490f1d400534037 to your computer and use it in GitHub Desktop.
Save stombi/e6cefc305c9341d7b490f1d400534037 to your computer and use it in GitHub Desktop.
SketchUp Make 2017 on Debian 12

Wine install

dpkg --add-architecture i386

mkdir -pm755 /etc/apt/keyrings
wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources

apt update
apt install --install-recommends winehq-stable

apt install cabextract

Winetricks install

cd ~/.local/bin/
wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks

SketchUp install

wget https://archive.org/download/sketchupmake-2017-2-2555-90782-en-x64/sketchupmake-2017-2-2555-90782-en-x64.exe

export WINEPREFIX=~/sketchup
export WINEARCH=win64

winetricks --self-update

winetricks arch=64 win7
winetricks vcrun2015 corefonts tahoma riched30 richtx32
wine sketchupmake-2017-2-2555-90782-en-x64.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment