xref: /aosp_15_r20/external/speex/INSTALL (revision 28e138c64d234588b5cd2a8a403b584bd3036e4e)
1*28e138c6SAndroid Build Coastguard WorkerInstalling SpeexDSP is as easy as:
2*28e138c6SAndroid Build Coastguard Worker
3*28e138c6SAndroid Build Coastguard Worker% ./configure [--prefix=<install-path>]
4*28e138c6SAndroid Build Coastguard Worker% make
5*28e138c6SAndroid Build Coastguard Worker% make install
6*28e138c6SAndroid Build Coastguard Worker
7*28e138c6SAndroid Build Coastguard WorkerNote that if you are using the code from git you will need to run "autogen.sh"
8*28e138c6SAndroid Build Coastguard Workerand then "configure".
9