File: INSTALL

package info (click to toggle)
resample 1.7-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,060 kB
  • ctags: 4,860
  • sloc: ansic: 49,626; sh: 2,212; lisp: 483; makefile: 198
file content (33 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
INSTALL file for the resample package from the 
Digital Audio Resampling Home Page located at
http://www-ccrma.stanford.edu/~jos/resample/.

Just say (as root)

	make install

to install the command-line programs 

	resample
	windowfilter 

in /usr/local/bin/, and their man pages 

	resample.1
	windowfilter.1

in /usr/local/man/man1/.  This should work without modifications on
most UNIX systems (all testing donw under Red Hat Linux 6.1).

Otherwise, you may first wish to edit the resample Makefile and modify
DSTROOT, INSTALLDIR and MANDIR, as appropriate.  The architecture flag
"-DLINUX" is only used by audio.c (from SNDLIB).

After installation, say

	make test

to run some simple resample tests.

That should do it, unless you want to change some compiler flags.
(See BASE_CFLAGS AND CFLAGS further down in the file.)