Server-Root/libraries/build_datapipes.sh
2018-08-08 14:21:32 +00:00

7 lines
113 B
Bash
Executable File

cd DataPipes/
sudo apt-get install libnice-dev
./build_usrsctp.sh
cd build
cmake .. -DBUILD_TESTS=OFF
make -j 12