2020-02-17 21:13:50 +00:00
|
|
|
This is XQilla, a C++ implementation of XQuery and XPath 2.0 based on Xerces-C.
|
|
|
|
|
|
|
|
Build Instructions
|
|
|
|
------------------
|
|
|
|
|
2020-02-17 21:22:42 +00:00
|
|
|
1. Download a source distribution of Xerces-C 3.1.1
|
2020-02-17 21:17:06 +00:00
|
|
|
2. Build Xerces-C
|
2020-02-17 21:13:50 +00:00
|
|
|
|
2020-02-17 21:22:42 +00:00
|
|
|
cd xerces-c-3.1.1/
|
2020-02-17 21:17:06 +00:00
|
|
|
./configure
|
2020-02-17 21:13:50 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
4. Build XQilla
|
|
|
|
|
|
|
|
cd xqilla/
|
2020-02-17 21:22:42 +00:00
|
|
|
./configure --with-xerces=`pwd`/../xerces-c-3.1.1/
|
2020-02-17 21:13:50 +00:00
|
|
|
make
|