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

9 lines
198 B
Plaintext
Raw Normal View History

2019-06-26 16:09:01 -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".