Difference between revisions of "Tentakel"
From CBLFS
Jump to navigationJump to search (→Checkout the Source) |
Weibullguy (talk | contribs) m |
||
Line 18: | Line 18: | ||
The latest stable release (2.2) of Tentakel doesn't build against Python-2.5. Either use the tarball above or checkout the most recent copy of Tentakel. | The latest stable release (2.2) of Tentakel doesn't build against Python-2.5. Either use the tarball above or checkout the most recent copy of Tentakel. | ||
− | |||
− | |||
svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d) | svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d) |
Revision as of 18:53, 29 June 2008
Download Source: | http://cross-lfs.org/~arowland/tarballs/t/tentakel-svn-20071030.tar.bz2 |
---|
Contents
Introduction to Tentakel
Tentakel is a program for executing the same command on many hosts in parallel using ssh.
Project Homepage: http://tentakel.biskalar.de/
Dependencies
Required
Checkout the Source
The latest stable release (2.2) of Tentakel doesn't build against Python-2.5. Either use the tarball above or checkout the most recent copy of Tentakel.
svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)
Non-Multilib
Compile the package:
make
Install the package:
PREFIX=/usr make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
make CC="gcc ${BUILD32}"
Install the package:
PREFIX=/usr make install
N32
Compile the package:
make CC="gcc ${BUILDN32}"
Install the package:
PREFIX=/usr make install
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package:
PREFIX=/usr make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | tentakel |
Installed Libraries: | None |