summaryrefslogtreecommitdiff
path: root/INSTALL
blob: a2482ca7cd7da06e886d161239c52e165771b6eb (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 SVN, you will need to run "autogen.sh"
instead of "configure".