Building VideoLink ================== 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 or XULRunner, and expat. I am currently building and testing it with Boost 1.33, gtkmm 2.2.12, XULRunner 1.8.0.8 and expat 1.95.8. It may well work with earlier or later versions of these, but Mozilla 1.7 is 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. If the above requirements are satisfied, building it should be as simple as running "make" and then "sudo make install". - Ben Hutchings