<p>To download the latest available release, clone the repository over github.</p>
A request for official Debian sponsorship of our package was submitted on 23 April, 2019. You can follow its progress <ahref="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927839">here</a>. In the mean time you can try our Ubuntu packages.
<p>To use our Ubuntu PPA for <ahref="https://launchpad.net/%7Ekip/+archive/ubuntu/pistache-stable">stable</a> packages, run the following:</p>
<h1id="pkgconfig-pistache">Using with pkg-config</h1>
<p>If you would like to automatically have your project's build environment use the appropriate compiler and linker build flags necessary to use Pistache, <ahref="https://www.freedesktop.org/wiki/Software/pkg-config/">pkg-config</a> can greatly simplify things. The `libpistache-dev` package includes a pkg-config manifest.</p>
<p>To use with the GNU Autotools, as an example, include the following snippet in your project's `configure.ac`:</p>