Skip to content

Livetubeio/libjwt

 
 

Repository files navigation

JWT C Library

Build Status codecov.io

Build Requirements

Documentation

GitHub Pages

Pre-build Ubuntu Packages (PPA)

sudo add-apt-repository ppa:ben-collins/libjwt

Build Instructions

With CMake: use cmake . in root project path to build the Makefile.

  • make jwt: build shared library in lib/ dir.
  • make jwt_static: build static library in lib/ dir.
  • make tests: build all test in buid/ directory and run all tests.
  • make clean.

Packages

No packages published

Languages

  • C 58.9%
  • M4 29.5%
  • Makefile 9.4%
  • CMake 2.2%