Project

General

Profile

Wine » History » Version 3

Per Amundsen, 04/27/2016 01:47 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 3 Per Amundsen
On Ubuntu Type:
10 1 Per Amundsen
11
<pre>
12
apt-get install wine
13 3 Per Amundsen
</pre>
14
15
on Mac type:
16
17
<pre>
18
brew install wine
19 1 Per Amundsen
</pre>
20
21 2 Per Amundsen
h2. Download "Winetricks":https://github.com/Winetricks/winetricks
22 1 Per Amundsen
23
Type:
24
25
<pre>
26
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
27
chmod +x winetricks
28
</pre>
29
30 2 Per Amundsen
h2. Create a 32 bit Wine prefix
31 1 Per Amundsen
32
Type:
33
34
<pre>
35
WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot
36
</pre>
37
38 2 Per Amundsen
h2. Install ".NET":https://en.wikipedia.org/wiki/.NET_Framework
39 1 Per Amundsen
40
If you downloaded the .NET 2.0 version type:
41
42
<pre>
43
./winetricks dotnet20
44
</pre>
45
46
If you downloaded the .NET 4.5 version type:
47
48
<pre>
49
./winetricks dotnet45
50
</pre>
51
52
After .NET is installed, you should be able to run AdiIRC by typing:
53
54
<pre>
55
wine AdiIRC.exe
56
</pre>