bitdivision / libjwt

JWT C Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT C Library

Build Status codecov.io

View on JWT.IO

Build Requirements

Documentation

GitHub Pages

Pre-built Ubuntu Packages (PPA)

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

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.

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 check: build and run test suite.
  • make clean.

About

JWT C Library

License:GNU Lesser General Public License v2.1


Languages

Language:C 68.8%Language:M4 21.3%Language:Makefile 6.9%Language:CMake 3.1%