]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - README
Aquosa enabled by default
[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 modules from FRESCOR subversion repository:
5
6    src/update-svn-revision
7
8 2) Download/update git submodules
9
10    git submodule init
11    git submodule update
12
13 3) Compile it
14
15    cd build
16    ( cd ffmpeg && ./configure4omk )
17    make default-config
18    echo CONFIG_AQUOSA=y >>config.omk
19    make