Updates for the source releases of the Cocktail Toolbox are available for downloading. A more recent update for a version contains all previous updates for this version.
Available Updates
The following updates are available:
| date: 2008-10-10 | release of Cocktail version 0810 | |
| ct-upd-0210-4.zip | date: 2006-07-18 | 4th update for Cocktail version 0210 |
| ct-upd-0210-3.zip | date: 2005-05-23 | 3rd update for Cocktail version 0210 |
| ct-upd-0210-2.zip | date: 2004-10-18 | 2nd update for Cocktail version 0210 |
| ct-upd-0210-1.zip | date: 2004-07-06 | 1st update for Cocktail version 0210 |
| date: 2003-01-02 | release of Cocktail version 0210 | |
| ct-upd-0012-6.zip | date: 2002-04-18 | 6th update for Cocktail version 0012 |
| ct-upd-0012-5.zip | date: 2002-03-06 | 5th update for Cocktail version 0012 |
| ct-upd-0012-4.zip | date: 2002-02-27 | 4th update for Cocktail version 0012 |
| ct-upd-0012-3.zip | date: 2002-01-23 | 3rd update for Cocktail version 0012 |
| ct-upd-0012-2.zip | date: 2001-12-17 | 2nd update for Cocktail version 0012 |
| ct-upd-0012-1.zip | date: 2001-11-22 | 1st update for Cocktail version 0012 |
| date: 2001-01-30 | release of Cocktail version 0012 |
Instructions
The following steps are necessary for the installation of an update:
- unpack the source code from the Cocktail CD
- unpack the update
- build and install Cocktail as described in the file cocktail/README
On Linux and Unix the above steps correspond to the following or
similar commands:
unzip cocktail.zip
unzip -o ct-upd-0210-4.zip
cd cocktail
./config
make
make install