]> git.decadent.org.uk Git - videolink.git/blob - INSTALL
666e2d11e84ab9fe765d0d00d0c0cfdf2d05eccc
[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 Boost, gtkmm, Mozilla and expat.
8 I have developed and tested it with Boost 1.32, gtkmm 2.2.12, Mozilla
9 1.7.8 and expat 1.95.8 but it may well work with earlier or later
10 versions of these.
11
12 I use Debian Linux and have not yet attempted to build it on other
13 systems, but it should work on most modern Unix-like systems.
14
15 If the above requirements are satisfied, building it should be as
16 simple as running "make" and then "sudo make install".
17
18 - Ben Hutchings <ben@decadentplace.org.uk>