|
Version 1.02: Download and installation on Microsoft Windows cd2browse is tested only on Windows XP, however there is no obvoius reason, why it should not run on other Versions of Windows. A Full Software Package containing Perl and ImageMagick is not possible, since Active State does not allow to distribute Active Perl, so Perl and ImageMagick must be downloaded and installed by your own, though it's for free: http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.822-MSWin32-x86-280952.msi
download and install the 5.8 Verision distribution - approx 18 MB - this includes Perl/Tk On newer versions of active perl Perl/Tk is not included, so you have to download and install this in addition. Therefore start the PPM Package manager from your start menu after the installation of Perl itself and download/install the Package "Tk". With Perl 5.10 you have the Problem, that the Module HTML::Strip is not available in the Active State repository, this means Installing CD2Browse becomes difficult. Download and install ImageMagick: http://image_magick.veidrodis.com/image_magick/binaries/ImageMagick-6.3.6-0-Q8-windows-dll.exe This is the 8 bit dll Version,which fits exactly to the Perl version above: ImageMagick-6.3.6-Q8-windows-dll.exe (approx 7MB) If you install the latest available Verision it does not fit to to Perl 5.8
If you need other Image Magick binary windows versions, you can get it from:http://image_magick.veidrodis.com/image_magick/binaries alternatively use: http://ftp.wl.sggw.pl/pub/graphics/ImageMagick/beta/?C=D;O=D To install the new CD2Browse Version 1.02 on Windows, there are two packages available:- setup_CD2Browse_102_without_Perl.exe (approx. 3.2Mb) which contains all you need except Perl and Image Magick. Use this Package if you have Perl with Perl/Tk and Image Magick installed, but not xpdf and catdoc.
- setup_CD2Browse_102_no_binaries.exe (approx. 415Kb)which contains just the Perl scripts and their environment. Use this Package if you want to upgrade a earlier version of CD2Browse, or if you have the necessary binaries perl, ImageMagick, xpdf and catdoc already installed.
Installing the package setup_CD2Browse_102_without_Perl.exe
- Make sure working versions ActiveState Perl 5.8 with Perl/Tk and ImageMagick are installed
- Run the Installer - after accetpting the License rules, the Scripts will be installed automatically. After this a batch will start automatically, which installs the necessary modules.
Now you can start CD2browse from the Start Menu or from the Quick Start Bar.
Installing the script or update package setup_CD2Browse_102_no_binaries.exe- Make sure working versions of ActiveState Perl 5.8 with Perl/Tk, ImageMagick xpdf and catdoc are installed.
- Run the Installer - after accetpting the License rules, the Scripts will be installed automatically. After this a batch will start automatically, which installs the necessary modules.
Now you can start CD2browse from the Start Menu or from the Quick Start Bar.
To test, open a cmd tool and 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 If you have any difficulties installing one of the Windows versions, don't hesitate to add a FAQ: http://cmfs.de/cgi-bin/open/FAQ_CD2BROWSE.cgi
cd2browse Version 1.01 and 1.0 are based on perl and run on the following platforms:
MS Windows - tested on WinXP Linux - tested on OpenSuse10 Should also run on nearly all other unix systems including MacOS X but has not been tested. For the windows installation you need the following parts: cd2browse_1_01.zip 137KB (Version 1.01) The main perl script, file skeletons and templates Before you can use the script, you need to download and install the following software packets: http://www.activestate.com/Products/activeperl/ download and install the standard distribution - approx 18 MB http://www.imagemagick.com/www/binary-releases.html#windows approx 8 MB download the version working together with the installed perl version (ImageMagick-6.3.6-3-Q8-windows-dll.exe with ActivePerl-5.8.8.822-MSWin32-x86-xxxxxx.msi) http://www.foolabs.com/xpdf/download.html approx 1.2 MB download and install the binary (precompiled) version xpdf for windows - note also the remarks in the installation description which comes along with cd2browse http://webaugur.com/wares/files/ approx 2.2 MB download and install the version catdoc-0.94.2-win32.zip - note also the remarks in the installation description which comes along with cd2browse Further you have to download the following perl modules: CGI::FastTemplate File::Mirror HTML::Strip The easiest way to do this is to use the ppm (Perl package manager) which comes along with Activestate Perl - read the installation documentation of cd2browse for details. Installation on UNIX (Linux) For the unix (Linux) installation, perl and ImageMagick is normally part of the distribution. Probably you have to install Imagemagick manually from within your distributions package manager. xpdf is usually also installed. Probably you have to install Imagemagick manually from within your distributions package manager. catdoc is normally not installed. If you need to index MS Office files, download the source from: http://www.wagner.pp.ru/~vitus/software/catdoc/ The additional perl modules are normally installed using the cpan perl package manager. - see also the installation instructions in the cd2browse documentation.
|