]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Added compile script
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 19 May 2009 08:51:15 +0000 (10:51 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 19 May 2009 08:52:24 +0000 (10:52 +0200)
README
compile.sh [new file with mode: 0755]

diff --git a/README b/README
index 7ecaa6be1088e5121f10350e9a0a4644ad917fd9..394fbbc5a39f27cbf3da2d3a3e73e7a45340611e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
-To compile this demo follow the following steps:
+To compile this demo follow the following steps (you can also run ./compile.sh
+which does all the steps):
 
 1) Download modules from FRESCOR subversion repository:
 
diff --git a/compile.sh b/compile.sh
new file mode 100755 (executable)
index 0000000..ae60d11
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -x
+set -e
+
+./src/update-svn-revision
+git submodule init
+git submodule update
+cd build
+( cd ffmpeg && ./configure4omk )
+make default-config
+grep -q CONFIG_AQUOSA config.omk || echo CONFIG_AQUOSA=y >>config.omk
+make