Project

General

Profile

Wine » History » Version 2

Per Amundsen, 04/27/2016 01:44 PM

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