Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 443 Bytes

c-jose

npm

Node.JS javascript binding for JOSE using N-API

Installation

prerequisites

  • jansson
  • openssl-dev
  • zlib-dev
npm install

darwin (from source):

## assumed dependencies were installed with darwin ports 
CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib npm install -g