forked from Mirrors/freeswitch
dced381e66
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3759 d0543943-73ff-0310-b7d9-9358b9ac24b2
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
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".
|