mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
7 lines
78 B
Bash
Executable file
7 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git submodule init
|
|
git submodule update
|
|
mkdir -p m4
|
|
autoreconf -if
|