mpv/TVout/compile.sh

16 lines
110 B
Bash
Executable File

# Compile TVout tools
cd con2fb
gcc con2fb.c -o con2fb
cd ..
cd matroxset
make
cd ..
cd fbset
make
cd ..