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: 0b763d25eb12fa6bdb4c8c1e044cdcfcd853850b (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"
instead of "configure".