Download Latest Version qore-0.8.11.tar.bz2 (20.1 MB)
Email in envelope

Get an email when there's a new version of Qore Programming Language

Name Modified Size InfoDownloads / Week
Parent folder
qore-xml-module-1.1.tar.bz2 2012-11-12 743.6 kB
ChangeLog 2012-11-12 9.0 kB
RELEASE-NOTES 2012-10-31 615 Bytes
README 2012-09-17 1.0 kB
README-BINARIES 2012-09-17 275 Bytes
Totals: 5 Items   754.5 kB 0
Qore xml module

INTRODUCTION
------------
The Qore xml module provides XML functionality to Qore.  This was previously
part of the main qore library but moved to this module in qore v0.8.1 

see docs for more information


BUILDING
--------
Requires qore 0.8.3+, libxml2 2.6.0+ (http://www.xmlsoft.org), and openssl
headers and libraries to build and run

to configure the build, execute
   	configure --disable-debug

if the qore library cannot be found, then you can use:
   	configure --disable-debug --with-qore=<dir>

if libxml2 cannot be found, then you can use:
   	configure --disable-debug --with-libxml2-dir=<dir>

if openssl cannot be found, then you can use:
	configure --disable-debug --with-openssl-dir=<dir>

The qore binary also needs to be in the path so configure can determine the
module directory

Then execute

make && make install

(or 'make && sudo make install' as needed)

please direct any questions to:
david@qore.org

or you can post in the qore forums at
        http://qore.org/forums
Source: README, updated 2012-09-17