]> rtime.felk.cvut.cz Git - frescor/demo.git/blobdiff - README
Fixed symlinks to be handled correctly by our release script
[frescor/demo.git] / README
diff --git a/README b/README
index 2090068cb4f91bbee41ecd5770f73792437f9023..620de4dff8d34b32fbf8cdd571320c92c21eca71 100644 (file)
--- a/README
+++ b/README
@@ -1,17 +1,15 @@
-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:
-
-   src/update-svn-revision
-
-2) Download/update git submodules
+1) Download/update git submodules
 
    git submodule init
    git submodule update
 
-3) Compile it
+2) Compile it
 
    cd build
-   ( cd ffmpeg && ./configure4omk )
+   ( cd ffmpeg && ln -s ../../src/libswscale . && ./configure && ./version.sh $PWD version.h )
    make default-config
+   echo CONFIG_AQUOSA=y >>config.omk
    make