Torque3D/Engine/lib/speex/INSTALL
marauder2k7 3889798818 add speex
in order to access the experimental code in libsndfile have to have speex...
2024-03-23 09:55:21 +00: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".