This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
speex-webrtc-test/external/SpeexDSP/speexdsp-1.2.0/INSTALL
2020-11-07 19:58:52 +03:00

8 lines
200 B
Text

Installing SpeexDSP is as easy as:
% ./configure [--prefix=<install-path>]
% make
% make install
Note that if you are using the code from git you will need to run "autogen.sh"
and then "configure".