X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=3d7d9dca541265ee69d6dc0f3d0915a80b54ad51;hb=ff9d3c431e8642f5c1e66b36fb58d6695b885d28;hp=8e6c5da54382b58bb50cf1a344f1b86c4f7f3725;hpb=0734be534387039b2e46b9dfc062ca5ed0802057;p=techtalk-pse.git diff --git a/README b/README index 8e6c5da..3d7d9dc 100644 --- a/README +++ b/README @@ -13,8 +13,10 @@ 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'. +run the command 'techtalk-pse': + + cd /path/to/talk/ + techtalk-pse For dependencies, run './configure'. In brief you will need: @@ -22,12 +24,13 @@ For dependencies, run './configure'. In brief you will need: - Perl 5 - - Perl Gtk + - Perl Gtk2 - - Perl Gtk MozEmbed (http://search.cpan.org/~tsch/Gtk2-MozEmbed/) + - 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