mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
9 lines
198 B
Plaintext
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".
|