Changes between Version 108 and Version 109 of Installation

Show
Ignore:
Timestamp:
05/07/11 19:21:31 (2 years ago)
Author:
bjornshepherd (IP: 110.174.28.97)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v108 v109  
    361361Easy Hey! 
    362362 
     363=== Redhat Enterprise Linux 6 === 
     364 
     365After the initial install of the system, you need certain perl dependencies to build xmltv: 
     366 
     367{{{ 
     368cpan Term::ReadKey Date::Manip File::Slurp XML::Writer 
     369}}} 
     370 
     371Then build and install xmltv manually as described below. Now install the remaining mandatory perl dependencies. This is the same as 'Non-Distribution Specific'. 
     372 
     373{{{ 
     374cpan XMLTV::Ask Algorithm::Diff Compress::Zlib Cwd Data::Dumper Date::Manip Getopt::Long \ 
     375     List::Compare LWP::UserAgent POSIX Digest::SHA1 
     376}}} 
    363377 
    364378=== Non-Distribution Specific ===