- cmake >= V3.21
- libdatachannel dependencies
> git clone https://github.com/murat-dogan/node-datachannel.git
> cd node-datachannel
> npm iOther 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-niceCompile without Media and Websocket
npx cmake-js clean
npx cmake-js configure --CDNO_MEDIA=ON --CDNO_WEBSOCKET=ON
npx cmake-js build