/[webpac]/branches/hidra/INSTALL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/hidra/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 248 by dpavlin, Mon Mar 8 20:32:36 2004 UTC revision 270 by dpavlin, Sat Mar 13 15:20:50 2004 UTC
# Line 50  don't work for you. Line 50  don't work for you.
50                                  to get this one from                                  to get this one from
51                                  http://savannah.nongnu.org/projects/unac/                                  http://savannah.nongnu.org/projects/unac/
52          Config::IniFiles          Config::IniFiles
53          DBD::Pg                 or some other DBD driver          DBD::Pg                 or some other DBD driver like DBD::SQLite
54          CGI::Application          CGI::Application
55          HTML::Pager          HTML::Pager
56          HTML::Template          HTML::Template
# Line 58  don't work for you. Line 58  don't work for you.
58          SWISH          SWISH
59          SWISH::Fork             and of course, swish-e executable          SWISH::Fork             and of course, swish-e executable
60          XML::Simple          XML::Simple
61            Text::Iconv
62            TDB_File
63            HTML::Entities          (part of HTML::Parser)
64    
65     CPAN shell will also download some more modules to satisfy dependencies.     CPAN shell will also download some more modules to satisfy dependencies.
66    
# Line 85  don't work for you. Line 88  don't work for you.
88    
89          libtext-unaccent-perl          libtext-unaccent-perl
90          libconfig-inifiles-perl          libconfig-inifiles-perl
91          libdbd-pg-perl          libdbd-pg-perl          or some other DBD driver
92            libdbd-sqlite-perl      like DBD::SQLite
93          libhtml-template-perl          libhtml-template-perl
94          libxml-simple-perl          libxml-simple-perl
95            libtext-iconv-perl
96            tdb-dev                 (for TDB_File module later)
97            libhtml-parser-perl
98    
99     and install following packages by hand from CPAN     and install following packages by hand from CPAN
100     because they are not part of Debian distribution:     because they are not part of Debian distribution:
# Line 96  don't work for you. Line 103  don't work for you.
103          HTML::Pager          HTML::Pager
104          HTML::FillInForm          HTML::FillInForm
105          SWISH          SWISH
106          SWISH::Fork          SWISH::Fork
107    
108     and optionally some of those modules:     and optionally some of those modules:
109    
# Line 141  don't work for you. Line 148  don't work for you.
148     Since you need development tools on target machine to compile OpenIsis,     Since you need development tools on target machine to compile OpenIsis,
149     you might want to compile it on another machine and just copy perl module.     you might want to compile it on another machine and just copy perl module.
150    
151  4. edit global.conf and all2xml.conf to suit your needs. Comments inside  4. Edit global.conf and all2xml.conf to suit your needs. Comments inside
152     those files should help get you started.     those files should help get you started.
153    
154    5. All perl code will use locale to do sorting. That also include indexes
155       which, while being RDBMS-based, also use perl sorting (because each
156       entry has ordinal number created by perl). So, be sure that LC_COLLATE
157       environment variable is configured for your locale (which also has to
158       be enabled, check dpkg-reconfigure locales if you are using Debian).

Legend:
Removed from v.248  
changed lines
  Added in v.270

  ViewVC Help
Powered by ViewVC 1.1.26