File: INSTALL

package info (click to toggle)
tanidvr 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,588 kB
  • sloc: ansic: 3,784; sh: 1,287; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 543 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
-----------------------------------------------------

* SYSTEM AND BUILD REQUIREMENTS

- Un*x-based OS; compliant enough to POSIX:2001
  In practice, modern *BSD variants and Linux should do.

- C99 compliant (compliant enough) C build environment.

-----------------------------------------------------

* COMPILATION/INSTALL:

TaniDVR uses GNU Autotools, just follow the standard
procedure with:

$ cd tanidvr-X.X.X/
$ ./configure
$ make

To install:
$ make install

-----------------------------------------------------

(text ends here)