| | 363 | === Redhat Enterprise Linux 6 === |
| | 364 | |
| | 365 | After the initial install of the system, you need certain perl dependencies to build xmltv: |
| | 366 | |
| | 367 | {{{ |
| | 368 | cpan Term::ReadKey Date::Manip File::Slurp XML::Writer |
| | 369 | }}} |
| | 370 | |
| | 371 | Then 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 | {{{ |
| | 374 | cpan XMLTV::Ask Algorithm::Diff Compress::Zlib Cwd Data::Dumper Date::Manip Getopt::Long \ |
| | 375 | List::Compare LWP::UserAgent POSIX Digest::SHA1 |
| | 376 | }}} |