Skip to content

Download

elisasibarani edited this page Jun 14, 2016 · 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:

svn co https://svn.kwarc.info/repos/swim/projects/krextor/trunk krextor

(You can also browse the sources here.)

Any other Subversion client will work as well: locutor, Eclipse, TortoiseSVN, etc.

Then, it is recommended to either add the bin directory, which contains the krextor ShellScript, 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