TeaSpeak-Client/native/codec/libraries/speex/INSTALL

9 lines
198 B
Plaintext
Raw Normal View History

2019-10-25 19:51:40 -04: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".