- Get the code for Xcruciate and Xacerbate as described here.
- Check you have installed the necessary libraries and modules needed to compile Xacerbate:
- glib2 (may be called libglib2.0)
- libtool
- libxslt1
- libxml2
- libpcre++
- cd into the xacerbate directory, which should be inside the xcruciate directory, eg
if you installed Xcruciate in your home directory.cd xcruciate/xacerbate - Type
Any errors will probably be due to missing packages. Note their names, install the packages and try again../autogen.sh - Type
Any errors will probably be due to missing packages. Note their names, install the packages and try again.make
At this point you should have a working Xacerbate binary, but, to do anything useful, or even to test it, you will need some appropriate XSLT, plus some sort of client software (typing XML in telnet becomes tedious very quickly). We suggest you start with the Xiguous XSLT layer and the Xtravagate test client.
