Don't preload rarely seen large images
[chromium-blink-merge.git] / third_party / libxml / src / README
blob749e671fe5e72cd60669d3bbefce8f21d2598c0d
2                   XML toolkit from the GNOME project
4 Full documentation is available on-line at
5     http://xmlsoft.org/
7 This code is released under the MIT Licence see the Copyright file.
9 To build on an Unixised setup:
10    ./configure ; make ; make install
11 To build on Windows:
12    see instructions on win32/Readme.txt
14 To assert build quality:
15    on an Unixised setup:
16       run make tests
17    otherwise:
18        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.
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.
24 To report bugs, follow the instructions at: 
25   http://xmlsoft.org/bugs.html
27 A mailing-list xml@gnome.org is available, to subscribe:
28     http://mail.gnome.org/mailman/listinfo/xml
30 The list archive is at:
31     http://mail.gnome.org/archives/xml/
33 All technical answers asked privately will be automatically answered on
34 the list and archived for public access unless privacy is explicitly
35 required and justified.
37 Daniel Veillard
39 $Id$