blob: 43ccd547dc2a58f41bc130d472fc37971e3e7c8b [file] [log] [blame]
Jean-Marc Valin7bab9a92010-06-29 23:59:04 -04001This is a prototype codec and for now it doesn't do anything useful. To get
2the celt and silk submodules, you need to do:
3
Jean-Marc Valin8ba2a772010-07-05 14:55:02 -04004% git submodule init
5% git submodule update
6
7Compiling is currently tricky. You first need to configure the CELT directory:
8
9% cd celt
10% ./autogen.sh
11% ./configure --disable-shared
12% cd ..
13
14Then you can use the top-level Makefile by typing:
15
16% make
17
18If you're lucky, then everything works. Most likely there will be an error in
19one of the paths that are hardcoded into one of the makefiles. This should
20improve in the future.