]> git.decadent.org.uk Git - videolink.git/blob - INSTALL
Updated for removal of Mozilla 1.7 support.
[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 Boost, gtkmm, Mozilla or
8 XULRunner, and expat.  I am currently building and testing it with
9 Boost 1.33, gtkmm 2.2.12, XULRunner 1.8.0.8 and expat 1.95.8.  It may
10 well work with earlier or later versions of these, but Mozilla 1.7 is
11 no 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>