Annotation of Amaya/AmayaWX_Compilation.html, revision 1.1

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>
        !             6:   <meta name="generator" content="amaya 8.6, see http://www.w3.org/Amaya/" />
        !             7: </head>
        !             8: 
        !             9: <body>
        !            10: <h2>wxWidgets installation</h2>
        !            11: <ol>
        !            12:   <li>Download <a
        !            13:     href="http://sourceforge.net/project/showfiles.php?group_id=9863">wxMSW-$version.zip</a>
        !            14:     form <a href="http://www.wxwidgets.org/">wxWidgets Web site</a>.</li>
        !            15:   <li>Unzip wxMSW-$version.zip into <code>C:\src\</code> and rename
        !            16:     <code>wxWindows-$version</code> to <code>wxWidgets</code></li>
        !            17:   <li>Copy C:\src\Amaya\WindowsWX\wx-setup\setup.h to
        !            18:     C:\src\wxWidgets\include\wx\msw</li>
        !            19:   <li>Open the workspace <code>C:\src\wxWidgets\build\msw\wx.dsw</code></li>
        !            20:   <li>Run : Build -&gt; Batch Build -&gt; Rebuild All</li>
        !            21:   <li>Open the workspace
        !            22:     <code>C:\src\wxWidgets\contrib\build\xrc\xrc.dsw</code></li>
        !            23:   <li>Run : Build -&gt; Batch Build -&gt; Rebuild All</li>
        !            24: </ol>
        !            25: 
        !            26: <h2>AmayaWX compilation</h2>
        !            27: <ol>
        !            28:   <li>Open the workspace <code>C:\src\Amaya\WindowsWX\amaya.dsw</code></li>
        !            29:   <li>Press F7 to compile Amaya</li>
        !            30: </ol>
        !            31: </body>
        !            32: </html>

Webmaster