Wine » History » Version 19
Per Amundsen, 08/28/2016 04:17 AM
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 | 16 | Per Amundsen | "Wine":https://www.winehq.org is a Windows compatibility layer which allows you to run many Windows programs on Linux/OS X. |
8 | 13 | Per Amundsen | |
9 | 16 | Per Amundsen | "Winetricks":https://github.com/Winetricks/winetricks is a script to help you install various Windows components and programs. |
10 | 13 | Per Amundsen | |
11 | 2 | Per Amundsen | h2. Install "Wine":https://www.winehq.org/ |
12 | 1 | Per Amundsen | |
13 | 5 | Per Amundsen | On Ubuntu/Debian Type: |
14 | 1 | Per Amundsen | |
15 | <pre> |
||
16 | apt-get install wine |
||
17 | 3 | Per Amundsen | </pre> |
18 | |||
19 | 4 | Per Amundsen | On OS X type: |
20 | 3 | Per Amundsen | |
21 | 1 | Per Amundsen | <pre> |
22 | 4 | Per Amundsen | # If homebrew is not installed, type |
23 | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
||
24 | |||
25 | # Then install Wine through homebrew |
||
26 | 3 | Per Amundsen | brew install wine |
27 | 1 | Per Amundsen | </pre> |
28 | |||
29 | 12 | Per Amundsen | h2. Create a 32 bit "Wine":https://www.winehq.org/ prefix |
30 | 1 | Per Amundsen | |
31 | Type: |
||
32 | |||
33 | <pre> |
||
34 | 17 | Per Amundsen | # You may have to remove any previous wine folders by typing rm -r ~/.wine, note: this will delete your wine folder and all apps installed in it. |
35 | 18 | Per Amundsen | # Tou can also install into a separate 32 folder by changing WINEPREFIX=~/.wine to something like WINEPREFIX=~/.wine32, in that case, you should type WINEPREFIX=~/.wine32 before running wine AdiIRC.exe |
36 | 19 | Per Amundsen | |
37 | 8 | Per Amundsen | WINEARCH=win32 WINEPREFIX=~/.wine winecfg |
38 | 1 | Per Amundsen | </pre> |
39 | |||
40 | 15 | Per Amundsen | _Skip this step if you are running a 32 bit Linux._ |
41 | |||
42 | 8 | Per Amundsen | h2. Download "Winetricks":https://github.com/Winetricks/winetricks |
43 | 1 | Per Amundsen | |
44 | Type: |
||
45 | |||
46 | <pre> |
||
47 | 8 | Per Amundsen | wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks |
48 | chmod +x winetricks |
||
49 | 1 | Per Amundsen | </pre> |
50 | |||
51 | 9 | Per Amundsen | h2. Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework using "Winetricks":https://github.com/Winetricks/winetricks |
52 | 1 | Per Amundsen | |
53 | 6 | Per Amundsen | If you downloaded the .NET 2.0 version of AdiIRC type: |
54 | 1 | Per Amundsen | |
55 | <pre> |
||
56 | ./winetricks dotnet20 |
||
57 | </pre> |
||
58 | |||
59 | 6 | Per Amundsen | If you downloaded the .NET 4.5 version of AdiIRC type: |
60 | 1 | Per Amundsen | |
61 | <pre> |
||
62 | ./winetricks dotnet45 |
||
63 | </pre> |
||
64 | |||
65 | 11 | Per Amundsen | h2. Run AdiIRC with "Wine":https://www.winehq.org/ |
66 | 10 | Per Amundsen | |
67 | 1 | Per Amundsen | After .NET is installed, you should be able to run AdiIRC by typing: |
68 | |||
69 | <pre> |
||
70 | wine AdiIRC.exe |
||
71 | </pre> |