[go: nahoru, domu]

blob: 1920150e76f773f02cae8ded06dcb5813279e5ab [file] [log] [blame]
Tristan Matthewsdc3f8cf2014-12-07 13:18:57 -05001Installing SpeexDSP is as easy as:
jmvalin04d61312002-03-27 21:16:30 +00002
3% ./configure [--prefix=<install-path>]
4% make
5% make install
6
Tristan Matthewsdc3f8cf2014-12-07 13:18:57 -05007Note that if you are using the code from git you will need to run "autogen.sh"
8and then "configure".