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)
|