mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 10:33:50 +00:00
8 lines
198 B
Text
8 lines
198 B
Text
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".
|