pasky / speedread

A simple terminal-based open source Spritz-alike (per-word RSVP aligned on optimal reading points)
MIT License
1.06k stars 93 forks source link

Dependencies? #1

Closed krypt-n closed 10 years ago

krypt-n commented 10 years ago

Hi,

I'm getting the following error trying to run the example:

Can't locate Term/Screen.pm in @INC (you may need to install the Term::Screen module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /home/krypt0n/bin/speedread line 36.
BEGIN failed--compilation aborted at /home/krypt0n/bin/speedread line 36.

Well, probably I need http://search.cpan.org/~jstowe/Term-Screen-1.03/Screen.pm, anything else? Would be nice if you could add a full list of all dependencies in the README.

pasky commented 10 years ago

Actually, this use statement is obsolete, we depend only on modules found in stock Perl so it shouldn't be necessary to install anything extra! Thanks for pointing this out.