README 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. XML toolkit from the GNOME project
  2. Full documentation is available on-line at
  3. http://xmlsoft.org/
  4. This code is released under the MIT Licence see the Copyright file.
  5. To build on an Unixised setup:
  6. ./configure ; make ; make install
  7. To build on Windows:
  8. see instructions on win32/Readme.txt
  9. To assert build quality:
  10. on an Unixised setup:
  11. run make tests
  12. otherwise:
  13. There is 3 standalone tools runtest.c runsuite.c testapi.c, which
  14. should compile as part of the build or as any application would.
  15. Launch them from this directory to get results, runtest checks
  16. the proper functionning of libxml2 main APIs while testapi does
  17. a full coverage check. Report failures to the list.
  18. To report bugs, follow the instructions at:
  19. http://xmlsoft.org/bugs.html
  20. A mailing-list xml@gnome.org is available, to subscribe:
  21. http://mail.gnome.org/mailman/listinfo/xml
  22. The list archive is at:
  23. http://mail.gnome.org/archives/xml/
  24. All technical answers asked privately will be automatically answered on
  25. the list and archived for public access unless pricacy is explicitely
  26. required and justified.
  27. Daniel Veillard
  28. $Id$