blob: f1817aa68ae5b6b431b9370cf330c3cc9736c7d4 [file] [log] [blame]
Daniel Veillard3b9def11999-01-31 22:15:06 +00001
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00002 XML toolkit from the GNOME project
Daniel Veillard3b9def11999-01-31 22:15:06 +00003
Daniel Veillard361d8452000-04-03 19:48:13 +00004Full documentation is available on-line at
5 http://xmlsoft.org/
Daniel Veillard3b9def11999-01-31 22:15:06 +00006
Daniel Veillardc575b992002-02-08 13:28:40 +00007This code is released under the MIT Licence see the Copyright file.
Daniel Veillardbe803962000-06-28 23:40:59 +00008
Daniel Veillardf2e066a2005-06-30 13:04:44 +00009To build on an Unixised setup:
10 ./configure ; make ; make install
11To build on Windows:
12 see instructions on win32/Readme.txt
13
14To assert build quality:
15 on an Unixised setup:
16 run make tests
17 otherwise:
Daniel Veillard1f33c4d2005-07-10 21:38:31 +000018 There is 3 standalone tools runtest.c runsuite.c testapi.c, which
19 should compile as part of the build or as any application would.
Daniel Veillardf2e066a2005-06-30 13:04:44 +000020 Launch them from this directory to get results, runtest checks
21 the proper functionning of libxml2 main APIs while testapi does
22 a full coverage check. Report failures to the list.
23
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000024To report bugs, follow the instructions at:
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +000025 http://xmlsoft.org/bugs.html
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000026
Daniel Veillardc5d64342001-06-24 12:13:24 +000027A mailing-list xml@gnome.org is available, to subscribe:
28 http://mail.gnome.org/mailman/listinfo/xml
Daniel Veillard3b9def11999-01-31 22:15:06 +000029
30The list archive is at:
Daniel Veillardc5d64342001-06-24 12:13:24 +000031 http://mail.gnome.org/archives/xml/
Daniel Veillard3b9def11999-01-31 22:15:06 +000032
Daniel Veillarddd1655c2003-01-25 18:01:32 +000033All technical answers asked privately will be automatically answered on
34the list and archived for public access unless pricacy is explicitely
35required and justified.
36
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000037Daniel Veillard
38
39$Id$