1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

Added "make tests" to INSTALL, Daniel

This commit is contained in:
Daniel Veillard 2001-06-17 10:32:52 +00:00
parent 4ec885a128
commit 6d473ed349

View File

@ -24,6 +24,11 @@ Compilation
At that point you may have to rerun ldconfig or similar utility to
update your list of installed shared libs.
At this point you can check that the library is properly functionning
by running
make tests
2.What other libraries are needed to compile/install libxml ?
Libxml does not requires any other library, the normal C ANSI API
@ -51,7 +56,7 @@ Compilation
you can also install and use gcc instead or use a precompiled version
of libxml, both available from the HP-UX Porting and Archive Centre
4.make check fails on some platforms
4.make tests fails on some platforms
Sometime the regression tests results don't completely match the
value produced by the parser, and the makefile uses diff to print