]> git.decadent.org.uk Git - videolink.git/blob - INSTALL
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / INSTALL
1 Building VideoLink
2 ==================
3
4 VideoLink is written in C++ and requires a recent C++ compiler
5 e.g. g++ 3.3.
6
7 It requires headers and libraries for gtkmm, Mozilla or XULRunner, and
8 expat.  I am currently building and testing it with gtkmm 2.8.8,
9 XULRunner 1.8.0.11 and expat 1.95.8.  It may well work with earlier or
10 later versions of these, but Mozilla 1.7 and gtkmm 2.0 and 2.2 are no
11 longer supported.
12
13 I use Debian Linux and have not yet attempted to build it on other
14 systems, but it should work on most modern Unix-like systems.
15
16 If the above requirements are satisfied, building it should be as
17 simple as running "make" and then "sudo make install".
18
19 - Ben Hutchings <ben@decadent.org.uk>