3.2. Installing XSieve from a source tarball

XSieve source distribution tarball xsieve-X.X.X.tar.gz can be downloaded from the project download area at SourceForge.

The XSieve configure script finds Guile and libxslt automatically. If not, use the following parameters:

Use these parameters to specify the installation directories of Guile and libxslt, respectively.

$ tar zxf xsieve-X.X.X.tar.gz
$ cd xsieve-X.X.X
$ ./configure \
  --with-guile-prefix=$HOME/opt/my-guile \
  --with-libxslt-prefix=$HOME/opt/libxslt \
  --prefix=$HOME/opt/xsieve
$ make
$ make check
$ make install