todo: Not using Gtk2::Embed any more.
[techtalk-pse.git] / README
1 Tech Talk Platinum Supreme Edition (PSE)
2 superior technical demonstration software
3 -----------------------------------------
4 Copyright (C) 2010 Red Hat Inc.
5
6 For instructions on using Tech Talk PSE or creating a new talk or
7 giving feedback or submitting patches (and much more), please see the
8 Unix manual page, 'techtalk-pse(1)':
9
10   man techtalk-pse
11
12 For examples, see the 'examples' directory in the source.
13
14 If you have been given a Tech Talk PSE directory of files and have no
15 idea what to do, change into the directory containing the files and
16 run the command 'techtalk-pse':
17
18   cd /path/to/talk/
19   techtalk-pse
20
21 For dependencies, run './configure'.  In brief you will need:
22
23   - A Linux-like system
24
25   - Perl 5
26
27   - Perl Gtk2
28
29   - Perl Gtk2 MozEmbed (http://search.cpan.org/~tsch/Gtk2-MozEmbed/)
30
31 To build from source:
32
33   autoreconf -i   # only if building from git
34   ./configure
35   make
36   sudo make install