File: INSTALL

package info (click to toggle)
multicat 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • ctags: 328
  • sloc: ansic: 3,456; makefile: 107; sh: 18
file content (25 lines) | stat: -rw-r--r-- 662 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
$Id: INSTALL 41 2012-01-04 21:36:03Z massiot $

Getting multicat
================

Offically released multicat versions can be downloaded at:
ftp://ftp.videolan.org/pub/videolan/multicat/

Multicat is developed using svn. To get the latest version checkout
the repository at: svn://svn.videolan.org/multicat/trunk

Installing multicat
===================

Compile the program with `make` and install with `make install`.

Multicat 2.X uses the biTStream package at build-time. No runtime library is
needed.

To install biTStream, clone git repository and run `make install`.

    git clone git://git.videolan.org/bitstream.git
    cd bitstream
    make install