Project

General

Profile

Actions

Wine » History » Revision 5

« Previous | Revision 5/33 (diff) | Next »
Per Amundsen, 04/27/2016 01:48 PM


Wine

Installing AdiIRC in Wine on 64 bit Ubuntu and OS X.

Install Wine

On Ubuntu/Debian Type:

apt-get install wine

On OS X type:

# If homebrew is not installed, type
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

# Then install Wine through homebrew
brew install wine

Download Winetricks

Type:

wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks

Create a 32 bit Wine prefix

Type:

WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot

Install .NET

If you downloaded the .NET 2.0 version type:

./winetricks dotnet20

If you downloaded the .NET 4.5 version type:

./winetricks dotnet45

After .NET is installed, you should be able to run AdiIRC by typing:

wine AdiIRC.exe

Updated by Per Amundsen almost 8 years ago · 5 revisions

Also available in: PDF HTML TXT