blob: 1920150e76f773f02cae8ded06dcb5813279e5ab [file] [log] [blame]
Elliott Hughesaf8bb902018-06-26 16:57:59 -07001Installing SpeexDSP is as easy as:
2
3% ./configure [--prefix=<install-path>]
4% make
5% make install
6
7Note that if you are using the code from git you will need to run "autogen.sh"
8and then "configure".