Annotation of Amaya/AmayaWX_Compilation.html, revision 1.3

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

Webmaster