UNPKG

node-datachannel

Version:

WebRTC For Node.js and Electron. libdatachannel node bindings.

24 lines (18 loc) 541 B
# Build ## Requirements * cmake >= V3.14 * [libdatachannel dependencies](https://github.com/paullouisageneau/libdatachannel/blob/master/README.md#dependencies) ## Building from source ```sh > git clone https://github.com/murat-dogan/node-datachannel.git > cd node-datachannel > npm i ``` Other Options ```sh # 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 ```