summaryrefslogtreecommitdiffstats
path: root/TVout/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TVout/compile.sh')
-rwxr-xr-xTVout/compile.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/TVout/compile.sh b/TVout/compile.sh
new file mode 100755
index 0000000000..51160101bd
--- /dev/null
+++ b/TVout/compile.sh
@@ -0,0 +1,15 @@
+
+# Compile TVout tools
+
+cd con2fb
+gcc con2fb.c -o con2fb
+cd ..
+
+cd matroxset
+make
+cd ..
+
+cd fbset
+make
+cd ..
+