Project

General

Profile

Wine » History » Revision 2

Revision 1 (Per Amundsen, 04/27/2016 01:42 PM) → Revision 2/33 (Per Amundsen, 04/27/2016 01:44 PM)

{{>toc}} 

 h1. Wine 

 Installing AdiIRC in "Wine":https://www.winehq.org/ on 64 bit Ubuntu. 

 h2. Install * First install "Wine":https://www.winehq.org/ 

 Type: 

 <pre> 
 apt-get install wine 
 </pre> 

 h2. * Download "Winetricks":https://github.com/Winetricks/winetricks 

 Type: 

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

 h2. * Create a 32 bit Wine prefix 

 Type: 

 <pre> 
 WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot 
 </pre> 

 h2. * Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework 

 If you downloaded the .NET 2.0 version type: 

 <pre> 
 ./winetricks dotnet20 
 </pre> 

 If you downloaded the .NET 4.5 version type: 

 <pre> 
 ./winetricks dotnet45 
 </pre> 

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

 <pre> 
 wine AdiIRC.exe 
 </pre>