Remove excessive debug, extend search for start
[dvblastpn.git] / INSTALL
blob8566e7b9d2c483103929a9a2221cd791f3e11309
2 Getting DVBlast
3 ===============
5 Offically released DVBlast versions can be downloaded at:
6 ftp://ftp.videolan.org/pub/videolan/dvblast/
8 DVBlast is developed using git. To get the latest version clone
9 the repository at: git://git.videolan.org/dvblast.git
11 To see the latest developments visit the following url:
12 http://git.videolan.org/?p=dvblast.git
14 Installing DVBlast
15 ==================
17 Compile the program with `make` and install with `make install`. Your
18 kernel must support DVB S2API which was merged in Linux 2.6.28 and released
19 on 24 Dec 2008.
21 DVBlast 3.X requires biTStream as a build dependancy, and libev as a runtime
22 dependancy.
24 To install biTStream, clone git repository and run `make install`.
26     git clone git://git.videolan.org/bitstream.git
27     cd bitstream
28     make install
30 To install libev, download it from the home page:
32     http://libev.schmorp.de
34 If you wish to support Deltacast ASI cards, you will first need to install
35 the Deltacast StreamMaster drivers and SDK, which are downloadable from the
36 Deltacast website (login required).