-
Notifications
You must be signed in to change notification settings - Fork 0
/
AmayaWX_Compilation.html
89 lines (82 loc) · 2.42 KB
/
AmayaWX_Compilation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="iso-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AmayaWX installation steps</title>
<meta name="generator" content="amaya 9.0.1, see http://www.w3.org/Amaya/"
/>
</head>
<body>
<div>
<h3 id="What1">Compilation</h3>
<div>
<h4>On Unix platforms</h4>
<ol>
<li>Download full unix sources of Amaya : <br />
<p><code><a
href="http://jigedit.w3.org/sgully/WWW/Amaya/User/SourceDist.html">amaya-fullsrc-xxx.tgz</a><br
/>
</code></p>
</li>
<li>Untar sources :
<p><code>tar xzvf amaya-fullsrc-xxx.tgz</code></p>
</li>
<li>Configure and compile Amaya :
<p><code>cd Amaya<br />
mkdir WX<br />
cd WX<br />
../configure --with-wx<br />
make</code></p>
</li>
<li>Installing Amaya :
<p><code>su<br />
make install</code></p>
</li>
</ol>
</div>
<div>
<h4>On Windows</h4>
<ol>
<li>Download full windows sources of Amaya : <br />
<p><code><a
href="http://jigedit.w3.org/sgully/WWW/Amaya/User/SourceDist.html">amaya-fullsrc-WinXp-xxx.exe</a><br
/>
</code></p>
</li>
<li>Install the sources :
<p>Click on <code>amaya-fullsrc-xxx.exe</code> and follow the
instructions.<br />
I suggest you to install it on <code>C:\src</code></p>
</li>
<li>Compile freetype :
<p>Open the workspace
<code>C:\src\freetype-2.1.9\builds\win32\visualc\freetype.dsw</code><br />
Run in the menu : <code>Build -> Batch Build -> Rebuild
All</code><br />
(check all items if they are not checked)</p>
</li>
<li>Compile wxWidgets :
<p>Open the workspace <code>C:\src\wxWidgets\build\msw\wx.dsw</code><br />
Run in the menu : <code>Build -> Batch Build -> Rebuild
All</code><br />
(check all items if they are not checked)</p>
</li>
<li>Compile Amaya :
<p>Open the workspace <code>C:\src\Amaya\WindowsWX\amaya.dsw</code><br />
Select the build mode (Debug or Release) : <code>Build -> Set Active
Configuration</code><br />
Press F7 to lauch compilation.<br />
When amaya schema compilator popup, presse again F7, then exit the amaya
compilator when it is finished.<br />
Wait for Amaya compilation finishing.</p>
</li>
<li>Running Amaya :
<p>Go to <code>C:\src\Amaya\WindowsWX\bin</code><br />
Execute <code>amaya.exe</code></p>
</li>
</ol>
</div>
</div>
<p></p>
</body>
</html>