From d09ab089457ae3c20cc98f9afa03379c6ebf9598 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 25 Mar 2004 06:59:32 +0000 Subject: [svn-inject] Installing original source version --- doc/tutorial/apa.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tutorial/apa.html (limited to 'doc/tutorial/apa.html') diff --git a/doc/tutorial/apa.html b/doc/tutorial/apa.html new file mode 100644 index 0000000..5c4c1c1 --- /dev/null +++ b/doc/tutorial/apa.html @@ -0,0 +1,8 @@ +A. Compilation

A. Compilation

+ Libxml includes a script, + xml2-config, that can be used to generate + flags for compilation and linking of programs written with the + library. For pre-processor and compiler flags, use xml2-config + --cflags. For library linking flags, use xml2-config + --libs. Other options are available using xml2-config + --help.

-- cgit v1.2.3