{{>toc}} h1. Wine Installing AdiIRC in "Wine":https://www.winehq.org/ on 64 bit Ubuntu. h2. Install "Wine":https://www.winehq.org/ Type:
apt-get install wine
h2. Download "Winetricks":https://github.com/Winetricks/winetricks Type:
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
h2. Create a 32 bit Wine prefix Type:
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot
h2. Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework 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