Annotation of Amaya/README.wx, revision 1.1

1.1     ! gully       1:   
        !             2:                        Amaya wxWidgets
        !             3: 
        !             4: 
        !             5: About this release
        !             6: ==================
        !             7: 
        !             8: Amaya is intended to be a comprehensive environment for testing and
        !             9: evaluating new proposals for Web standards and formats. The first version of
        !            10: this testbed was released in April 1996.
        !            11: 
        !            12: For more information:  http://www.w3.org/Amaya
        !            13: 
        !            14: 
        !            15: Feedback
        !            16: --------
        !            17: 
        !            18: As the main objective of this early release is to get feedback from future
        !            19: users, comments, questions, and bug reports are welcome.
        !            20: 
        !            21: For communicating with the Amaya team, please use the mailing list:
        !            22: 
        !            23: www-amaya@w3.org
        !            24: 
        !            25: For subscribing to the mailing list, send a message to:
        !            26: 
        !            27: www-amaya-request@w3.org
        !            28: 
        !            29: with a subject containing the line:
        !            30: 
        !            31: subscribe
        !            32: 
        !            33: A history is maintained at the following URL:
        !            34: 
        !            35: http://lists.w3.org/Archives/Public/www-amaya/
        !            36: 
        !            37: 
        !            38: Copyright
        !            39: ---------
        !            40: 
        !            41: Amaya is covered by the W3C and INRIA Copyright Statements. Please read the
        !            42: COPYRIGHT files in sub-directories.
        !            43: 
        !            44: 
        !            45: How to Compile The Amaya Opengl Version
        !            46: ===================================
        !            47: 
        !            48: 
        !            49: Download External Library : wxWidgets and Mesa
        !            50: ----------------------------------------------
        !            51: 
        !            52: http://www.w3.org/Amaya/User/SourceDist.html
        !            53: 
        !            54: Compilation
        !            55: -----------
        !            56: 
        !            57: On Linux, apart that you must run specific option for the configure, 
        !            58: you must follow http://www.w3.org/Amaya/User/Autoconf.html instructions.
        !            59: run the configure like this
        !            60: #mkdir WX
        !            61: #cd WX
        !            62: #../configure --with-wx
        !            63: 
        !            64: On Windows, open the amaya.dsw that is in the "WindowsWX" subdirectory 
        !            65: of source distribution, and follow the instructions at 
        !            66: http://www.w3.org/Amaya/User/Win-Compiling.html

Webmaster