]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - README
Fixed symlinks to be handled correctly by our release script
[frescor/demo.git] / README
1 To compile this demo follow the following steps (you can also run ./compile.sh
2 which does all the steps):
3
4 1) Download/update git submodules
5
6    git submodule init
7    git submodule update
8
9 2) Compile it
10
11    cd build
12    ( cd ffmpeg && ln -s ../../src/libswscale . && ./configure && ./version.sh $PWD version.h )
13    make default-config
14    echo CONFIG_AQUOSA=y >>config.omk
15    make