sudo add-apt-repository ppa:ben-collins/libjwt
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
.