File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / README
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:22:19 2013 UTC (10 years, 11 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, HEAD
2.8.0

    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 privacy is explicitly
   35: required and justified.
   36: 
   37: Daniel Veillard
   38: 
   39: $Id: README,v 1.1.1.2 2013/07/22 01:22:19 misho Exp $

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>