Blame README

Packit 423ecb
Packit 423ecb
                  XML toolkit from the GNOME project
Packit 423ecb
Packit 423ecb
Full documentation is available on-line at
Packit 423ecb
    http://xmlsoft.org/
Packit 423ecb
Packit 423ecb
This code is released under the MIT Licence see the Copyright file.
Packit 423ecb
Packit 423ecb
To build on an Unixised setup:
Packit 423ecb
   ./configure ; make ; make install
Packit 423ecb
To build on Windows:
Packit 423ecb
   see instructions on win32/Readme.txt
Packit 423ecb
Packit 423ecb
To assert build quality:
Packit 423ecb
   on an Unixised setup:
Packit 423ecb
      run make tests
Packit 423ecb
   otherwise:
Packit 423ecb
       There is 3 standalone tools runtest.c runsuite.c testapi.c, which
Packit 423ecb
       should compile as part of the build or as any application would.
Packit 423ecb
       Launch them from this directory to get results, runtest checks 
Packit 423ecb
       the proper functionning of libxml2 main APIs while testapi does
Packit 423ecb
       a full coverage check. Report failures to the list.
Packit 423ecb
Packit 423ecb
To report bugs, follow the instructions at: 
Packit 423ecb
  http://xmlsoft.org/bugs.html
Packit 423ecb
Packit 423ecb
A mailing-list xml@gnome.org is available, to subscribe:
Packit 423ecb
    http://mail.gnome.org/mailman/listinfo/xml
Packit 423ecb
Packit 423ecb
The list archive is at:
Packit 423ecb
    http://mail.gnome.org/archives/xml/
Packit 423ecb
Packit 423ecb
All technical answers asked privately will be automatically answered on
Packit 423ecb
the list and archived for public access unless privacy is explicitly
Packit 423ecb
required and justified.
Packit 423ecb
Packit 423ecb
Daniel Veillard
Packit 423ecb
Packit 423ecb
$Id$