Skip to content

Download

Christoph Lange edited this page Jul 5, 2019 · 3 revisions

License

Krextor is distributed under the GNU Lesser General Public License; it comes without warranties.

Requirements

An XSLT processor that supports XSLT 2.0 is required. Saxon is bundled with Krextor and used by default.

We are testing with recent versions (>= 9.0) of Saxon. Gestalt may also work.

Reports from users of other XSLT processors are appreciated.

The bash shell (installed on most Unix and Mac OS X systems) is strongly recommended for running the krextor shell script.

Installation Instructions

Check out the most recent sources from the Subversion repository using the following command:

git clone https://github.com/EIS-Bonn/krextor

(You can also browse the sources here.)

Then, it is recommended to either add the bin directory, which contains the krextor Shell script, to your PATH, or to place a symbolic link to that script in some directory that already is in your path (e.g. /usr/local/bin).

Older Versions

Clone this wiki locally