X-Git-Url: http://git.annexia.org/?p=techtalk-pse.git;a=blobdiff_plain;f=README;h=3d7d9dca541265ee69d6dc0f3d0915a80b54ad51;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=bb786259cdeab9332a705f8a55ed79f6ac8532cc;hpb=6fff537dc19b448960498ed16d321ced88a6cd95 diff --git a/README b/README index e69de29..3d7d9dc 100644 --- a/README +++ b/README @@ -0,0 +1,36 @@ +Tech Talk Platinum Supreme Edition (PSE) +superior technical demonstration software +----------------------------------------- +Copyright (C) 2010 Red Hat Inc. + +For instructions on using Tech Talk PSE or creating a new talk or +giving feedback or submitting patches (and much more), please see the +Unix manual page, 'techtalk-pse(1)': + + man techtalk-pse + +For examples, see the 'examples' directory in the source. + +If you have been given a Tech Talk PSE directory of files and have no +idea what to do, change into the directory containing the files and +run the command 'techtalk-pse': + + cd /path/to/talk/ + techtalk-pse + +For dependencies, run './configure'. In brief you will need: + + - A Linux-like system + + - Perl 5 + + - Perl Gtk2 + + - Perl Gtk2 MozEmbed (http://search.cpan.org/~tsch/Gtk2-MozEmbed/) + +To build from source: + + autoreconf -i # only if building from git + ./configure + make + sudo make install