Wine » History » Version 5
Per Amundsen, 04/27/2016 01:48 PM
1 | 2 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. Wine |
4 | |||
5 | 3 | Per Amundsen | Installing AdiIRC in "Wine":https://www.winehq.org/ on 64 bit Ubuntu and OS X. |
6 | 1 | Per Amundsen | |
7 | 2 | Per Amundsen | h2. Install "Wine":https://www.winehq.org/ |
8 | 1 | Per Amundsen | |
9 | 5 | Per Amundsen | On Ubuntu/Debian Type: |
10 | 1 | Per Amundsen | |
11 | <pre> |
||
12 | apt-get install wine |
||
13 | 3 | Per Amundsen | </pre> |
14 | |||
15 | 4 | Per Amundsen | On OS X type: |
16 | 3 | Per Amundsen | |
17 | 1 | Per Amundsen | <pre> |
18 | 4 | Per Amundsen | # If homebrew is not installed, type |
19 | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
||
20 | |||
21 | # Then install Wine through homebrew |
||
22 | 3 | Per Amundsen | brew install wine |
23 | 1 | Per Amundsen | </pre> |
24 | |||
25 | 2 | Per Amundsen | h2. Download "Winetricks":https://github.com/Winetricks/winetricks |
26 | 1 | Per Amundsen | |
27 | Type: |
||
28 | |||
29 | <pre> |
||
30 | wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks |
||
31 | chmod +x winetricks |
||
32 | </pre> |
||
33 | |||
34 | 2 | Per Amundsen | h2. Create a 32 bit Wine prefix |
35 | 1 | Per Amundsen | |
36 | Type: |
||
37 | |||
38 | <pre> |
||
39 | WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot |
||
40 | </pre> |
||
41 | |||
42 | 2 | Per Amundsen | h2. Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework |
43 | 1 | Per Amundsen | |
44 | If you downloaded the .NET 2.0 version type: |
||
45 | |||
46 | <pre> |
||
47 | ./winetricks dotnet20 |
||
48 | </pre> |
||
49 | |||
50 | If you downloaded the .NET 4.5 version type: |
||
51 | |||
52 | <pre> |
||
53 | ./winetricks dotnet45 |
||
54 | </pre> |
||
55 | |||
56 | After .NET is installed, you should be able to run AdiIRC by typing: |
||
57 | |||
58 | <pre> |
||
59 | wine AdiIRC.exe |
||
60 | </pre> |