X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;fp=README;h=8e6c5da54382b58bb50cf1a344f1b86c4f7f3725;hb=0734be534387039b2e46b9dfc062ca5ed0802057;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=6fff537dc19b448960498ed16d321ced88a6cd95;p=techtalk-pse.git diff --git a/README b/README index e69de29..8e6c5da 100644 --- a/README +++ b/README @@ -0,0 +1,33 @@ +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'. If the talk is in the form of a ZIP +or .tar.gz file, run 'techtalk-pse /path/to/talk.zip'. + +For dependencies, run './configure'. In brief you will need: + + - A Linux-like system + + - Perl 5 + + - Perl Gtk + + - Perl Gtk MozEmbed (http://search.cpan.org/~tsch/Gtk2-MozEmbed/) + +To build from source: + + ./configure + make + sudo make install