Difference between revisions of "running SmartConsole in wine on linux"
From cpwiki.net
(Created page with " == versions == wine: 1.7.18 winetricks: 20140302 smartconsole: R77.10_T131_B990150213 O.S.: gentoo linux == prerequisites == install wine and winetricks on your distro == ...") |
Revision as of 20:23, 26 May 2014
versions
wine: 1.7.18 winetricks: 20140302 smartconsole: R77.10_T131_B990150213 O.S.: gentoo linux
prerequisites
install wine and winetricks on your distro
wine setup
create a 32 bit wineprefix (if you don't already have one)
command
WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
example
$ WINEARCH=win32 WINEPREFIX=$HOME/.wine32 winecfg
set environment
$ export WINEPREFIX=$HOME/.wine32 $ echo $WINEPREFIX /home/jsmith/.wine32
Install .net 2.0 SP2 using winetricks
$ winetricks dotnet20sp2
...you