# If you want python bindings, make sure libxml2 was built with
# --with-python
# If you're replacing a source installed libxslt that was installed under
# /usr/local, cd into it's source and run 'make uninstall' (as root) before
# proceeding here. If you can't for some reason, run this to at least clear
# out the old shared library files and includes:
su
rm -f /usr/local/lib/libexslt.* /usr/local/lib/libxslt.* \
/usr/local/lib/libxsltbreakpoint.*
test -d /usr/local/include/libxslt && rm -r /usr/local/include/libxslt
test -d /usr/local/include/libexslt && rm -r /usr/local/include/libexslt
exit
# Get the source tarball
cd
test -f installed/libxslt-1.1.39.tar.xz &&
mv installed/libxslt-1.1.39.tar.xz .
test ! -f libxslt-1.1.39.tar.xz &&
wget https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.tar.xz