Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 541 Bytes

BULDING.md

File metadata and controls

23 lines (18 loc) · 541 Bytes

Build

Requirements

Building from source

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

Other Options

# Use GnuTLS instead of OpenSSL (Default False)
> npm run install-gnu-tls

# Use libnice instead of libjuice (Default False)
# libnice-dev packet should be installed. (eg. sudo apt install libnice-dev)
> npm run install-nice