TeaSpeak-Client/native/codec/libraries/speex/INSTALL
2019-06-26 22:09:01 +02:00

9 lines
198 B
Plaintext

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".