|
Unix installation:
- Download the g-zipped tar archive: CD2Browse_103.tgz
- Make sure Perl, ImageMagick and Perl Magick is installed
- Make sure xpdf is installed - this is almost the case on most linux dist.
- If you want to index MS Office files, make sure catdoc is installed - if not, download and install from: http://www.wagner.pp.ru/~vitus/software/catdoc/ and compile it according to the package information
- Install the necessary perl modules. Depending on the distribution, your Perl packages may be installed using your pagage manager. For OpenSuse for example the Packages are on the Installation DVD and can be installed using "yast". If your distribution does not contain various perl modules, you can download them from cpan.
In this case Type: cpan <enter> when you do this for the first time, you need to answer some questions - in most cases, the default settings should be sufficient. When cpan shows its prompt, type: cpan> install CGI::FastTemlate <------- The Module will be searched on the internet and installed cpan> install File::Mirror <------- same cpan> install HTML::Strip <------- same cpan> install Tk <------- same cpan> quit - Unpack the gnu zipped tar archive to the root (/) directory.
- Install the file index.pl, CD2Browse.pl and CD2browse.hlp somewhere in your file tree. By default it goes to /Perl/cd2browse - copy to /usr/local/bin
Alternatively you can instruct your shell to search for executables also in /Perl/cd2browse by adding this path in the "path" variable of your shell. - Install the skeleton and template files to /var/cd2browse - this is the default path - to change the default path, change the variable section of index.pl
With perl <path to index.pl>/CD2Browse.pl you start the GUI To test, type: perl <path to index.pl>/index.pl
If you see the following message, you have successfully installed cd2browse:
usage: perl index.pl -p <path to index> [-n -m -t -s -i -x -q]
Options: -n (re) calculate no images to save cpu time -m maxwidh of the preview image (default=800) -s size of the thumbnails (default=90x90) -t title -i do not index images(all over the file tree) -x do not extact title from pdf file (all over the file tree) -q be quiet - do not output progress information
|  |