File: INSTALL

package info (click to toggle)
videolink 1.2.5-1
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 392 kB
  • ctags: 526
  • sloc: cpp: 3,316; ansic: 884; makefile: 127
file content (19 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.8.8, XULRunner 1.8.0.11 and expat 1.95.8.  It may
well work with earlier or later versions of these, but Mozilla 1.7
and gtkmm 2.0 and 2.2 are 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 <ben@decadent.org.uk>