]> git.decadent.org.uk Git - videolink.git/blob - INSTALL
Imported version 0.1
[videolink.git] / INSTALL
1 Building WebDVD
2 ===============
3
4 WebDVD is written in C++ and requires a recent C++ compiler e.g. g++
5 3.3.
6
7 It requires headers and libraries for gtkmm and Mozilla.  I have
8 developed and tested it with gtkmm 2.2.12 and Mozilla 1.7.8 but it may
9 well work with earlier or later versions of these.
10
11 I use Debian Linux and have not yet attempted to build it on other
12 systems, but it should work on most modern Unix-like systems.
13
14 If the above requirements are satisfied, building it should be as
15 simple as running "make" and then "sudo make install".
16
17 - Ben Hutchings <ben@decadentplace.org.uk>