- https://github.com/akheron/jansson
- OpenSSL or GnuTLS
LibJWT is available in most Linux distributions as well as through Homebrew for macOS and Windows.
With GNU Make: Use autoreconf -i
to create project files and run ./configure
.
make all
: build library.make check
: build and run test suite.- See INSTALL file for more details on GNU Auto tools and GNU Make.
- By default, it will build with OpenSSL and GnuTLS support if found. You can
exclude or force either one by using the
--with-
and--without-
flags to./configure
.