Annotation of Amaya/AmayaWX_Compilation.html, revision 1.2

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

Webmaster