Annotation of embedaddon/libxml2/README, revision 1.1
1.1 ! misho 1:
! 2: XML toolkit from the GNOME project
! 3:
! 4: Full documentation is available on-line at
! 5: http://xmlsoft.org/
! 6:
! 7: This code is released under the MIT Licence see the Copyright file.
! 8:
! 9: To build on an Unixised setup:
! 10: ./configure ; make ; make install
! 11: To build on Windows:
! 12: see instructions on win32/Readme.txt
! 13:
! 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.
! 23:
! 24: To report bugs, follow the instructions at:
! 25: http://xmlsoft.org/bugs.html
! 26:
! 27: A mailing-list xml@gnome.org is available, to subscribe:
! 28: http://mail.gnome.org/mailman/listinfo/xml
! 29:
! 30: The list archive is at:
! 31: http://mail.gnome.org/archives/xml/
! 32:
! 33: All technical answers asked privately will be automatically answered on
! 34: the list and archived for public access unless pricacy is explicitely
! 35: required and justified.
! 36:
! 37: Daniel Veillard
! 38:
! 39: $Id$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>