X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=61da8553cbba7c4654526c9cb920f1437a1f70a5;hb=a1498771369c19fb5980b5a6e5f7767a0404d4e8;hp=e5ae87bb327f92d6d3f81e6e7af47fe3f4184bae;hpb=410c2b9017bc26a7e79269c1f7fc606ad89249bb;p=videolink.git diff --git a/INSTALL b/INSTALL index e5ae87b..61da855 100644 --- a/INSTALL +++ b/INSTALL @@ -1,12 +1,13 @@ -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 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. 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 +15,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