Update README with the new build requirements.
[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::WebKit
30
31   - Perl Gnome2::Vte
32
33 (see also the 'use' statements at the top of the techtalk-pse.pl file).
34
35 To build from source:
36
37   autoreconf -i   # only if building from git
38   ./configure
39   make
40   sudo make install