File: INSTALL

package info (click to toggle)
speexdsp 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,192 kB
  • sloc: ansic: 8,909; sh: 4,379; makefile: 69
file content (8 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
Installing SpeexDSP 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".