9 lines
198 B
Plaintext
Raw Normal View History

2019-10-26 01:51:40 +02:00
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".