Source code

Repository

The source is hosted on GitHub. Clone it with:

git clone https://github.com/xmlstarlet/xmlstarlet.git

or browse it online.

Building

Install recent versions of libxml2 and libxslt (including their development headers), then build:

cd xmlstarlet
./autogen.sh
./configure
make

Build tips

See the repository's README and issue tracker for further details and help.