Project

General

Profile

Wine » History » Version 11

Per Amundsen, 04/27/2016 01:55 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 8 Per Amundsen
h2. Create a 32 bit Wine prefix
26 1 Per Amundsen
27
Type:
28
29
<pre>
30 9 Per Amundsen
# You may have to remove any previous wine folders by typing rm -r ~/.wine
31 8 Per Amundsen
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
32 1 Per Amundsen
</pre>
33
34 8 Per Amundsen
h2. Download "Winetricks":https://github.com/Winetricks/winetricks
35 1 Per Amundsen
36
Type:
37
38
<pre>
39 8 Per Amundsen
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
40
chmod +x winetricks
41 1 Per Amundsen
</pre>
42
43 9 Per Amundsen
h2. Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework using "Winetricks":https://github.com/Winetricks/winetricks
44 1 Per Amundsen
45 6 Per Amundsen
If you downloaded the .NET 2.0 version of AdiIRC type:
46 1 Per Amundsen
47
<pre>
48
./winetricks dotnet20
49
</pre>
50
51 6 Per Amundsen
If you downloaded the .NET 4.5 version of AdiIRC type:
52 1 Per Amundsen
53
<pre>
54
./winetricks dotnet45
55
</pre>
56
57 11 Per Amundsen
h2. Run AdiIRC with "Wine":https://www.winehq.org/
58 10 Per Amundsen
59 1 Per Amundsen
After .NET is installed, you should be able to run AdiIRC by typing:
60
61
<pre>
62
wine AdiIRC.exe
63
</pre>