Skip to content

asterisk/libjwt

 
 

Repository files navigation

LibJWT Logo

JWT C Library

Build Status codecov.io

View on JWT.IO

Build Requirements

Documentation

GitHub Pages

Pre-built Packages

LibJWT is available in most Linux distributions as well as through Homebrew for macOS and Windows.

Build Instructions

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.
  • Use the --without-openssl with ./configure to use GnuTLS.

Packages

No packages published

Languages

  • C 80.0%
  • M4 13.4%
  • CMake 4.1%
  • Makefile 2.5%