Files
rtmp-cpp/build.sh
Exil Productions 3cc76b4d99 fix wrong path
2025-12-26 22:52:08 +01:00

4 lines
88 B
Bash
Executable File

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