Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 525 Bytes

File metadata and controls

36 lines (22 loc) · 525 Bytes

What you need to build JsSIP

You just need to have Node.js and Git.

How to build JsSIP

Clone JsSIP git repository by running:

$ git clone https://github.com/versatica/JsSIP.git JsSIP
$ cd JsSIP

Install the Node.js dependencies:

$ npm install

Test units

$ npm run test

Development

Changes in JsSIP Grammar

If you modify src/Grammar.pegjs then you need to recompile it:

$ node npm-scripts.js grammar