Initial build environment.
[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'.  If the talk is in the form of a ZIP
17 or .tar.gz file, run 'techtalk-pse /path/to/talk.zip'.
18
19 For dependencies, run './configure'.  In brief you will need:
20
21   - A Linux-like system
22
23   - Perl 5
24
25   - Perl Gtk
26
27   - Perl Gtk MozEmbed (http://search.cpan.org/~tsch/Gtk2-MozEmbed/)
28
29 To build from source:
30
31   ./configure
32   make
33   sudo make install