mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-08 03:06:27 +00:00
10 lines
127 B
Bash
Executable File
10 lines
127 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
cd /c
|
|
git clone https://github.com/xanview/live555/
|
|
cd live555
|
|
git checkout 35c375
|
|
./genMakefiles mingw
|
|
make
|
|
|