Wine install instructions

*nix:

(i assume you have gcc + a package manager already, and know how to use them)
1: install wine, and winetricks (requires cabextract package)
2: execute winetricks ie6 fontfix dotnet20 msxml6 gdiplus
3: install http://zzj.itf-inc.com/downloads/setupl3c.exe 4: run the installer
5: run wine pandora.exe or sproxy.exe whatever you like


Mac:

1: Install XCode ( http://adcdownload.apple.com/Developer_Tools/xcode_3.2.1_developer_tools/xcode321_10m2003_developerdvd.dmg )
2: Install macports ( http://distfiles.macports.org/MacPorts/MacPorts-1.8.1-10.6-SnowLeopard.dmg )
3: Open terminal, and run the following commands:
sudo port -v selfupdate
echo +universal | sudo tee -a /opt/local/etc/macports/variants.conf
sudo port install wine-devel
sudo port install winetricks

4: execute winetricks ie6 fontfix dotnet20 msxml6 gdiplus
5: install http://zzj.itf-inc.com/downloads/setupl3c.exe 6: run the installer
7: run wine pandora.exe or sproxy.exe whatever you like

--------------------------------------------------------------------------------------
mono can be used to run sproxy, but not the pandora client. it is recommended that you use the command line mode ("-CL") argument rather than UI mode,
though mono still requires an available X server. in addition, you will need to use the mono-specific saver2 zip, as mono can't run the installer

Back to main

2009 ZZJ