forked from w3c/Amaya-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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:
For subscribing to the mailing list, send a message to:
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