diff options
Diffstat (limited to 'engine/voice_codecs/speex/source/INSTALL')
| -rw-r--r-- | engine/voice_codecs/speex/source/INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engine/voice_codecs/speex/source/INSTALL b/engine/voice_codecs/speex/source/INSTALL new file mode 100644 index 0000000..15f2e5f --- /dev/null +++ b/engine/voice_codecs/speex/source/INSTALL @@ -0,0 +1,8 @@ +Installing Speex is as easy as: + +% ./configure [--prefix=<install-path>] +% make +% make install + +Note that if you are using the code from CVS, you will need to run "autogen.sh" +instead of "configure". |