File:  [Public] / Amaya / AmayaWX_Compilation.html
Revision 1.3: download - view: text, annotated - select for diffs
Wed Feb 2 11:16:02 2005 UTC (19 years, 4 months ago) by gully
Branches: MAIN
CVS tags: HEAD, Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-9-1, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0, Amaya-10-0
optimize amaya binary size (15%)
S. GULLY

<?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 -&gt; Batch Build -&gt; 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 -&gt; Batch Build -&gt; 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 -&gt; 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>

Webmaster