Welcome to mirror list, hosted at ThFree Co, Russian Federation.

INSTALL - github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca9d5d1f49a1ac0749ff380964b1b3b119d68418 (plain)
1
2
3
4
5
6
7
8
Installing Speex 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".