Files
rtmp-cpp/build.sh
Exil Productions 8c0cf3789f Initial Commit
2025-12-26 21:58:16 +01:00

4 lines
88 B
Bash

rm -rf build
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)