Files
SLikeNet/DependentExtensions/speex-1.1.12/INSTALL
2025-11-24 14:19:51 +05:30

9 lines
208 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".