]> git.decadent.org.uk Git - videolink.git/blobdiff - INSTALL
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e5ae87bb327f92d6d3f81e6e7af47fe3f4184bae..f550b833100e7b1b4eae0088bb85db843d2efe03 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,14 @@
-Building WebDVD
-===============
+Building VideoLink
+==================
 
 
-WebDVD is written in C++ and requires a recent C++ compiler e.g. g++
-3.3.
+VideoLink is written in C++ and requires a recent C++ compiler
+e.g. g++ 3.3.
 
 
-It requires headers and libraries for gtkmm and Mozilla.  I have
-developed and tested it with gtkmm 2.2.12 and Mozilla 1.7.8 but it may
-well work with earlier or later versions of these.
+It requires headers and libraries for gtkmm, Mozilla or XULRunner, and
+expat.  I am currently building and testing it with gtkmm 2.8.8,
+XULRunner 1.8.0.11 and expat 1.95.8.  It may well work with earlier or
+later versions of these, but Mozilla 1.7 and gtkmm 2.0 and 2.2 are no
+longer supported.
 
 I use Debian Linux and have not yet attempted to build it on other
 systems, but it should work on most modern Unix-like systems.
 
 I use Debian Linux and have not yet attempted to build it on other
 systems, but it should work on most modern Unix-like systems.
@@ -14,4 +16,4 @@ systems, but it should work on most modern Unix-like systems.
 If the above requirements are satisfied, building it should be as
 simple as running "make" and then "sudo make install".
 
 If the above requirements are satisfied, building it should be as
 simple as running "make" and then "sudo make install".
 
-- Ben Hutchings <ben@decadentplace.org.uk>
+- Ben Hutchings <ben@decadent.org.uk>