mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
6 lines
66 B
Bash
6 lines
66 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
autoreconf -if
|