File: INSTALL

package info (click to toggle)
sptk 3.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,376 kB
  • sloc: ansic: 38,342; sh: 4,834; makefile: 1,403
file content (20 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installation Instructions
*************************

1. After unpacking the tar.gz file, cd to the SPTK directory.

2. Run configure script with appropriate options.

   % ./configure

   For detail, please see.

   % ./configure --help

3. Run make.

   % make

4. Install library and binary.

   % make install