- cmake >= V3.14
- libdatachannel dependencies
> 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