blob: 77262254f65260d2ac2ae38480c97fccf4639c59 [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:
18 There is 2 standalone tools runtest.c and testapi.c, which should
19 compile as part of the build or as any application would.
20 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$