Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 487 Bytes

BULDING.md

File metadata and controls

19 lines (15 loc) · 487 Bytes

Build

Requirements

Building from source

> git clone https://github.com/murat-dogan/node-datachannel.git
> cd node-datachannel
> npm i

Other Options

> npm run install -- -DUSE_GNUTLS=1  # Use GnuTLS instead of OpenSSL (Default False)
> npm run install -- -DUSE_NICE=1    # Use libnice instead of libjuice (Default False)