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