mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 07:40:07 +00:00
13 lines
169 B
Bash
Executable File
13 lines
169 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
export CC=gcc
|
|
export CXX=g++
|
|
|
|
cd /c
|
|
git clone https://github.com/xanview/live555/
|
|
cd live555
|
|
git checkout 35c375
|
|
./genMakefiles mingw
|
|
make -j $(nproc)
|
|
|