Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 688 Bytes

File metadata and controls

33 lines (24 loc) · 688 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

Compile without Media and Websocket

npx cmake-js clean
npx cmake-js configure --CDNO_MEDIA=ON --CDNO_WEBSOCKET=ON
npx cmake-js build