Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1. Загрузка исходных текстов

Скачайте исходные тексты с GitHub: https://github.com/flashphoner/sfu_sdk/tree/1.0

wget https://github.com/flashphoner/sfu_sdk/archive/refs/heads/1.0.zip
unzip 1.0.zip

2. Установка npm и grunt

curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
yum -y install nodejs
npm install -g grunt

3. Установка зависимостей

cd sfu-sdk
npm install

4. Сборка SFU SDK

grunt build
  • No labels