Cygwin: Install clusterssh

The installation is not that hard, it just takes some time and you need to figure out what perl modules you need.

Install the following cygwin packages:

Perl/perl-Tk
X11/tcl-tk
X11/xorg-server

Start the X Win Server as Administrator and install the perl modules:

cpan X11::Protocol
cpan Exception::Class
cpan Try::Tiny
cpan Readonly
cpan Test::DistManifest
cpan Test::Trap
cpan Test::Differences

Download the latest version from http://sourceforge.net/projects/clusterssh/ and install it:

tar -xvzf  App-ClusterSSH-4*.tar.gz && cd App-Cluster*
perl Build.PL
./Build
./Build test
./Build install
Tagged ,