XTiSP on the Web  Index  Search  Changes  RSS  Login

Installation - XTiSP/IV

[English / Japanese]
Top Download Documentation Support Link
Publication XTiSP/PD XTiSP/IV XTiSP/AG
Installation Usage Tutorial Example
 

The installation requires Objective Caml 3.07 or later and ulex 0.4 or later (a side product of CDuce). If they have already been installed, the installation of XTiSP is done as follows:

1. Download xtisp-0.1.0.tar.gz.

2. Extract the tar ball (.tar.gz file).

3. Configure with some options you need, e.g.,

% ./configure --with-ulex=/usr/local/lib/ocaml/site-lib/ulex

Do ./configure --help for detail. Even if you configure with the option --disable-opt, you can produce an native code for an XML stream processor you want. The option is used when you don't want the high-performance native-code compiler xtisp.opt.

4. Compile and install.

% make
% make install
Last modified:2006/06/09 09:57:13
Keyword(s):
References:[TabTree]