Original project: http://xqilla.sourceforge.net/HomePage This is just a git re-upload of XQuilla.
Go to file
King_DuckZ 3552e76c6c v2.3.4 2020-02-17 22:24:47 +01:00
Win32Projects v2.3.4 2020-02-17 22:24:47 +01:00
autotools v2.2.4 2020-02-17 22:21:23 +01:00
docs v2.3.4 2020-02-17 22:24:47 +01:00
include v2.3.4 2020-02-17 22:24:47 +01:00
src v2.3.4 2020-02-17 22:24:47 +01:00
tests v2.3.4 2020-02-17 22:24:47 +01:00
wintools v2.3.4 2020-02-17 22:24:47 +01:00
ChangeLog v2.3.4 2020-02-17 22:24:47 +01:00
LICENSE v2.1.1 2020-02-17 22:13:50 +01:00
Makefile.am v2.3.4 2020-02-17 22:24:47 +01:00
Makefile.in v2.3.4 2020-02-17 22:24:47 +01:00
README v2.3.4 2020-02-17 22:24:47 +01:00
TODO v2.2.0 2020-02-17 22:17:06 +01:00
aclocal.m4 v2.3.0 2020-02-17 22:22:42 +01:00
configure v2.3.4 2020-02-17 22:24:47 +01:00
configure.in v2.3.4 2020-02-17 22:24:47 +01:00

README

This is XQilla, a C++ implementation of XQuery and XPath 2.0 based on Xerces-C.

Build Instructions
------------------

1. Download a source distribution of Xerces-C 3.2.1
2. Build Xerces-C

cd xerces-c-3.2.1/
./configure
make

4. Build XQilla

cd xqilla/
./configure --with-xerces=`pwd`/../xerces-c-3.2.1/
make