Wine » History » Version 1
Per Amundsen, 04/27/2016 01:42 PM
| 1 | 1 | Per Amundsen | h1. Wine |
|---|---|---|---|
| 2 | |||
| 3 | Installing AdiIRC in "Wine":https://www.winehq.org/ on 64 bit Ubuntu. |
||
| 4 | |||
| 5 | * First install "Wine":https://www.winehq.org/ |
||
| 6 | |||
| 7 | Type: |
||
| 8 | |||
| 9 | <pre> |
||
| 10 | apt-get install wine |
||
| 11 | </pre> |
||
| 12 | |||
| 13 | * Download "Winetricks":https://github.com/Winetricks/winetricks |
||
| 14 | |||
| 15 | Type: |
||
| 16 | |||
| 17 | <pre> |
||
| 18 | wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks |
||
| 19 | chmod +x winetricks |
||
| 20 | </pre> |
||
| 21 | |||
| 22 | * Create a 32 bit Wine prefix |
||
| 23 | |||
| 24 | Type: |
||
| 25 | |||
| 26 | <pre> |
||
| 27 | WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot |
||
| 28 | </pre> |
||
| 29 | |||
| 30 | * Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework |
||
| 31 | |||
| 32 | If you downloaded the .NET 2.0 version type: |
||
| 33 | |||
| 34 | <pre> |
||
| 35 | ./winetricks dotnet20 |
||
| 36 | </pre> |
||
| 37 | |||
| 38 | If you downloaded the .NET 4.5 version type: |
||
| 39 | |||
| 40 | <pre> |
||
| 41 | ./winetricks dotnet45 |
||
| 42 | </pre> |
||
| 43 | |||
| 44 | After .NET is installed, you should be able to run AdiIRC by typing: |
||
| 45 | |||
| 46 | <pre> |
||
| 47 | wine AdiIRC.exe |
||
| 48 | </pre> |