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

added information about compiling on Unix Daniel

* doc/examples/examples.xsl doc/examples/index.html: added
  information about compiling on Unix
Daniel
This commit is contained in:
Daniel Veillard 2004-03-29 14:58:38 +00:00
parent a8dc2886f4
commit 3dd87ba8ad
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/examples/examples.xsl doc/examples/index.html: added
information about compiling on Unix
Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
* catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog

View File

@ -99,6 +99,11 @@
<xsl:apply-templates select='.'/>
</xsl:for-each>
</ul>
<p> Getting the compilation options and libraries dependancies needed
to generate binaries from the examples is best done on Linux/Unix by using
the xml2-config script which should have been installed as part of <i>make
install</i> step or when installing the libxml2 development package:</p>
<pre>gcc -o example `xml2-config --cflags` example.c `xml2-config --libs`</pre>
</xsl:template>
<xsl:template name="sections-list">

File diff suppressed because one or more lines are too long