X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=INSTALL;h=30d94c5600f630f0b5a4c5eb76c7114c479ca7b4;hb=07a027ef87333662b3709215025838646ee3d6be;hp=666e2d11e84ab9fe765d0d00d0c0cfdf2d05eccc;hpb=c13714f6498df33e02635421354f5fb88a60eb3d;p=videolink.git diff --git a/INSTALL b/INSTALL index 666e2d1..30d94c5 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +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 Boost, gtkmm, Mozilla and expat. -I have developed and tested it with Boost 1.32, gtkmm 2.2.12, Mozilla -1.7.8 and expat 1.95.8 but it may well work with earlier or later -versions of these. +It requires headers and libraries for Boost, gtkmm, Mozilla or +XULRunner, and expat. I have developed and tested it with Boost 1.32, +gtkmm 2.2.12, Mozilla 1.7.8 and expat 1.95.8 but it may well work with +earlier or later versions of these. I have also tested with Mozilla +1.7.12 and XULRunner 1.8.0.5. 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. @@ -15,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". -- Ben Hutchings +- Ben Hutchings