File: INSTALL

package info (click to toggle)
speex 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,064 kB
  • sloc: ansic: 18,397; sh: 4,360; makefile: 113
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
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".